Show / Hide Table of Contents

Class ColumnExpression<T>

Represents the expression of Column<T>.

Inheritance
System.Object
ColumnExpression
ColumnExpression<T>
BinaryExpression<T, TResult>
CaseExpression<TResult>
CaseOnExpression<TOn, TResult>
CastExpression<TSource, TTarget>
FunctionExpression<T>
UnaryExpression<T>
ValueExpression<T>
Inherited Members
ColumnExpression.BaseColumns
ColumnExpression.GetBaseColumns()
ColumnExpression.ScalarSourceModels
ColumnExpression.GetScalarSourceModels()
ColumnExpression.AggregateSourceModels
ColumnExpression.GetAggregateBaseModels()
ColumnExpression.GetDbExpression()
ColumnExpression.PerformTranslateTo(Model)
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest