Class ColumnExpression<T>
Represents the expression of Column<T>.
Inheritance
System.Object
ColumnExpression<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 abstract class ColumnExpression<T> : ColumnExpression
Type Parameters
Name | Description |
---|---|
T | Data type of the expression. |
Constructors
Name | Description |
---|---|
ColumnExpression() | Initializes a new instance of ColumnExpression<T> class. |
Properties
Name | Description |
---|---|
Item[DataRow] | Gets the value for specified DataRow. |
Owner | Gets the Column<T> object which owns this expression. |
Methods
Name | Description |
---|---|
GetOwner() | |
MakeColumn<TColumn>() | Makes a new Column<T> object which contains this expression. |