Skip to main content
All docs
V25.2
  • ICustomAggregateFormattable.Format(Type, String[]) Method

    Builds a SQL command that calculates a custom aggregate function result on the server side.

    Namespace: DevExpress.Data.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    string Format(
        Type providerType,
        params string[] operands
    )

    Parameters

    Name Type Description
    providerType Type

    A Type object that specifies a data store (database) provider. For example, MSSqlConnectionProvider.

    operands String[]

    An array of operands passed to a custom aggregate function.

    Returns

    Type Description
    String

    A SQL command that substitutes a custom aggregate function’s calls in query statements.

    See Also