Class ParamExpression<T>
Represents a parameter column expression.
Inheritance
System.Object
ParamExpression<T>
Inherited Members
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 ParamExpression<T> : ValueExpression<T>
Type Parameters
Name | Description |
---|---|
T | Data type of the column. |
Constructors
Name | Description |
---|---|
ParamExpression(T, Column<T>) | Initializes a new instance of ParamExpression<T> class. |
Properties
Name | Description |
---|---|
SourceColumn | Gets the source column. |
Methods
Name | Description |
---|---|
GetDbExpression() |