Show / Hide Table of Contents

Class DbParamExpression

Represents parameter in database expression.

Inheritance
System.Object
DbExpression
DbParamExpression
Inherited Members
DbExpression.DataType
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public sealed class DbParamExpression : DbExpression

Properties

Name Description
Column

Gets the column which contains the parameter value.

SourceColumn

Gets the source column which is model member and used for database data type infering.

Value

Gets the value of the parameter

Methods

Name Description
Accept(DbExpressionVisitor)
Accept<T>(DbExpressionVisitor<T>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest