ICustomFunctionOperatorEvaluatableWithCaseSensitivity.Evaluate(Boolean, Object[]) Method
When implemented by a custom function, evaluates it on the client.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
caseSensitive | Boolean | true, if the custom function is case-sensitive; otherwise, false. |
operands | Object[] | An array of objects specifying function operands (parameters). |
Returns
Type | Description |
---|---|
Object | An Object specifying a custom function’s return value, calculated based on the operands. |
See Also