Skip to main content
A newer version of this page is available. .

ICustomFunctionOperatorCompileableWithCaseSensitivity Methods

Implemented by case-sensitive custom functions that can be compiled on the client.
Name Description
Create(Boolean, Expression[]) When implemented by a custom function, creates a LINQ expression.
Create(Expression[]) When implemented by a custom function, creates a LINQ expression. Inherited from ICustomFunctionOperatorCompileable.
Evaluate(Object[]) When implemented by a custom function, evaluates it on the client. Inherited from ICustomFunctionOperator.
ResultType(Type[]) When implemented by a custom function, determines its return value type based on the type of function operands (parameters). Inherited from ICustomFunctionOperator.
See Also