Show / Hide Table of Contents

Method RegisterFunctionHandler

| Improve this Doc View Source

RegisterFunctionHandler(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest