Class CastExpression<TSource, TTarget>
Base class for column type cast expression.
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 CastExpression<TSource, TTarget> : ColumnExpression<TTarget>
Type Parameters
Name | Description |
---|---|
TSource | Data type of source column. |
TTarget | Data type of target column. |
Constructors
Name | Description |
---|---|
CastExpression(Column<TSource>) | Initialize a new instance of CastExpression<TSource, TTarget> object. |
Properties
Name | Description |
---|---|
Item[DataRow] | |
Operand | Gets the operand to be casted. |
Methods
Name | Description |
---|---|
Cast(TSource) | Casts the provided value. |
GetAggregateBaseModels() | |
GetBaseColumns() | |
GetDbExpression() | |
GetScalarSourceModels() | |
PerformTranslateTo(Model) |