Show / Hide Table of Contents

Class FunctionExpression<T>

Represents function call in column expression.

Inheritance
System.Object
ColumnExpression
ColumnExpression<T>
FunctionExpression<T>
AggregateFunctionExpression<T>
ScalarFunctionExpression<T>
Inherited Members
ColumnExpression<T>.Item[DataRow]
ColumnExpression<T>.Owner
ColumnExpression<T>.MakeColumn<TColumn>()
ColumnExpression<T>.GetOwner()
ColumnExpression.BaseColumns
ColumnExpression.ScalarSourceModels
ColumnExpression.GetScalarSourceModels()
ColumnExpression.AggregateSourceModels
ColumnExpression.GetAggregateBaseModels()
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 FunctionExpression<T> : ColumnExpression<T>
Type Parameters
Name Description
T

Data type of the expression.

Constructors

Name Description
FunctionExpression(Column[])

Initializes a new instance of FunctionExpression<T> class.

Fields

Name Description
Parameters

Gets the parameters of the function call.

Properties

Name Description
FunctionKey

Gets the function key which identifies this function.

Methods

Name Description
GetBaseColumns()
GetDbExpression()
PerformTranslateTo(Model)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest