Show / Hide Table of Contents

Class ValueExpression<T>

Represents expression which contains a value.

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