IsExactTypeFunction.Evaluate(Object[]) Method
Evaluates the IsExactTypeFunction custom function operator on the client.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
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