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

ConnectionProviderSql.CustomAggregates Property

Gets a collection of custom aggregate functions supplied by the current metadata provider.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public ICollection<ICustomAggregateFormattable> CustomAggregates { get; }

Property Value

Type Description
ICollection<ICustomAggregateFormattable>

A collection of custom aggregate functions.

See Also