Class ValueExpression<T>
Represents expression which contains a value.
Inheritance
System.Object
ValueExpression<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 ValueExpression<T> : ColumnExpression<T>
Type Parameters
Name | Description |
---|---|
T | Data type of the value. |
Constructors
Name | Description |
---|---|
ValueExpression(T) | Initializes a new instance of ValueExpression<T> class. |
Properties
Name | Description |
---|---|
Item[DataRow] | |
Value | Gets the value of this expression. |
Methods
Name | Description |
---|---|
GetAggregateBaseModels() | |
GetBaseColumns() | |
GetScalarSourceModels() | |
PerformTranslateTo(Model) |