ICustomFunctionOperator Members
Declares the base functionality for custom functions.Properties
Name | Description |
---|---|
Name | When implemented by a custom function, specifies its name. |
Methods
Name | Description |
---|---|
Evaluate(Object[]) | When implemented by a custom function, evaluates it on the client. |
ResultType(Type[]) | When implemented by a custom function, determines its return value type based on the type of function operands (parameters). |
See Also