ICustomFunctionOperatorFormattable Members
In This Article
#Properties
Name | Description |
---|---|
Name |
When implemented by a custom function, specifies its name.
Inherited from ICustom |
#Methods
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