ICustomFunctionOperatorFormattable Methods
Allows you to use the Query Builder or filter editor to insert a string into SQL queries generated for SELECT operations.
Name | Description |
---|---|
Evaluate |
When implemented by a custom function, evaluates it on the client.
Inherited from ICustom |
Format |
Returns a string for insertion into a SQL query when the custom function is evaluated (before a query is sent to the data source). |
Result |
When implemented by a custom function, determines its return value type based on the type of function operands (parameters).
Inherited from ICustom |
See Also