Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    NuGet Package: DevExpress.Data

    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