Show / Hide Table of Contents

Class ScalarFunctionExpression<T>

Represents scalar function expression.

Inheritance
System.Object
ColumnExpression
ColumnExpression<T>
FunctionExpression<T>
ScalarFunctionExpression<T>
Inherited Members
FunctionExpression<T>.Parameters
FunctionExpression<T>.GetBaseColumns()
FunctionExpression<T>.FunctionKey
FunctionExpression<T>.GetDbExpression()
FunctionExpression<T>.PerformTranslateTo(Model)
ColumnExpression<T>.Item[DataRow]
ColumnExpression<T>.Owner
ColumnExpression<T>.MakeColumn<TColumn>()
ColumnExpression<T>.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 ScalarFunctionExpression<T> : FunctionExpression<T>
Type Parameters
Name Description
T

Data type of the column.

Constructors

Name Description
ScalarFunctionExpression(Column[])

Initializes a new instance of ScalarFunctionExpression<T> class.

Methods

Name Description
GetAggregateBaseModels()
GetScalarSourceModels()
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest