IsExactTypeFunction.ResultType(Type[]) Method
Determines the IsExactTypeFunction custom function operator result type based on the type of operands passed to the operator.
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 | Type[] | An array of function operator (parameter) types. |
Returns
Type | Description |
---|---|
Type | A Type object specifying the return value type of the custom function. |
Remarks
This property returns Boolean.
See Also