Method RegisterFunctionHandler
| Improve this Doc View SourceRegisterFunctionHandler(FunctionKey, Action<ExpressionGenerator, DbFunctionExpression>)
Registers handler to generate SQL for custom function.
Declaration
public static void RegisterFunctionHandler(FunctionKey functionKey, Action<ExpressionGenerator, DbFunctionExpression> handler)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionKey | functionKey | The function key. |
| System.Action<ExpressionGenerator, DbFunctionExpression> | handler | The handler. |