ICustomFunctionOperatorEvaluatableWithCaseSensitivity Methods
Implemented by custom functions that can be evaluated with case-sensitivity.Name | Description |
---|---|
Evaluate(Boolean, Object[]) | When implemented by a custom function, evaluates it on the client. |
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