ICustomAggregateFormattable Interface
In This Article
Defines server-side processing for custom aggregate functions.
Namespace: DevExpress.Data.Filtering
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Related API Members
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