Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public Type ResultType(
    params Type[] operands
)

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