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

ICustomAggregate.ResultType(Type[]) Method

When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

Type ResultType(
    params Type[] operands
)

Parameters

Name Type Description
operands Type[]

An array of aggregate function parameter types.

Returns

Type Description
Type

A Type object that specifies the custom aggregate function’s return value type.

See Also