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

ICustomFunctionOperatorFormattable Methods

Defines server-side processing for custom functions.
Name Description
Evaluate(Object[]) When implemented by a custom function, evaluates it on the client. Inherited from ICustomFunctionOperator.
Format(Type, String[]) When implemented by a custom function, formats a database-specific SQL command that corresponds to this function.
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