ConnectionProviderSql.CustomAggregates Property
In This Article
Gets a collection of custom aggregate functions supplied by the current metadata provider.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public ICollection<ICustomAggregateFormattable> CustomAggregates { get; }
#Property Value
Type | Description |
---|---|
ICollection<ICustom |
A collection of custom aggregate functions. |
See Also