Skip to main content

ICustomFunctionOperator.ResultType(Type[]) Method

When implemented by a custom function, determines its return value type based on the type of function operands (parameters).

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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 a custom function.

See Also