Constructor DbFunctionExpression
| Improve this Doc View SourceDbFunctionExpression(Type, FunctionKey)
Initializes a new instance of DbFunctionExpression class.
Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | dataType | The data type. |
| FunctionKey | functionKey | The function key. |
DbFunctionExpression(Type, FunctionKey, DbExpression[])
Initializes a new instance of DbFunctionExpression class.
Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey, params DbExpression[] paramList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | dataType | The data type. |
| FunctionKey | functionKey | The function key. |
| DbExpression[] | paramList | The parameter list. |
DbFunctionExpression(Type, FunctionKey, IList<DbExpression>)
Initializes a new instance of DbFunctionExpression class.
Declaration
public DbFunctionExpression(Type dataType, FunctionKey functionKey, IList<DbExpression> paramList)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | dataType | The data type. |
| FunctionKey | functionKey | The function key. |
| System.Collections.Generic.IList<DbExpression> | paramList | The parameter list. |