Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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