ICustomFunctionOperator.Evaluate(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 |
---|---|---|
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