Skip to main content

ICustomAggregateFormattable Interface

Defines server-side processing for custom aggregate functions.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public interface ICustomAggregateFormattable :
    ICustomAggregate

The following members return ICustomAggregateFormattable objects:

Remarks

Implement this interface in addition to the ICustomAggregate interface to format a database-specific SQL command for your custom aggregate function. This interface declares the functionality required to evaluate the custom aggregate function within criteria on the database server.

See Also