Class FunctionExpression<T>
Represents function call in column expression.
Inheritance
System.Object
FunctionExpression<T>
Inherited Members
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) |