Expression.Functions Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dictionary of function => ExpressionEvaluator.
public static readonly AdaptiveExpressions.Expression.FunctionTable Functions;
staticval mutable Functions : AdaptiveExpressions.Expression.FunctionTable
Public Shared ReadOnly Functions As Expression.FunctionTable
Field Value
Remarks
This is all available functions, you can add custom functions to it, but you cannot replace builtin functions. If you clear the dictionary, it will be reset to the built in functions.