Skip to main content
.NET 6.0+

InMemoryDataStore.RegisterCustomAggregates(ICollection<ICustomAggregate>) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void RegisterCustomAggregates(
    ICollection<ICustomAggregate> customAggregates
)

Parameters

Name Type
customAggregates ICollection<ICustomAggregate>
See Also