Skip to main content
A newer version of this page is available. .

ICustomFunctionOperator.Evaluate(Object[]) Method

When implemented by a custom function, evaluates it on the client.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v18.2.dll

Declaration

object Evaluate(
    params object[] operands
)

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