Show / Hide Table of Contents

Class CastExpression<TSource, TTarget>

Base class for column type cast expression.

Inheritance
System.Object
ColumnExpression
ColumnExpression<TTarget>
CastExpression<TSource, TTarget>
Inherited Members
ColumnExpression<TTarget>.Owner
ColumnExpression<TTarget>.MakeColumn<TColumn>()
ColumnExpression<TTarget>.GetOwner()
ColumnExpression.BaseColumns
ColumnExpression.ScalarSourceModels
ColumnExpression.AggregateSourceModels
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)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest