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

ICustomFunctionOperatorEvaluatableWithCaseSensitivity.Evaluate(Boolean, 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(
    bool caseSensitive,
    params object[] operands
)

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