Skip to main content

IsInstanceOfTypeFunction.Evaluate(Object[]) Method

Evaluates the IsInstanceOfTypeFunction custom function operator on the client.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public 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 the custom function’s return value, calculated based on the operands.

See Also