Skip to main content
All docs
V26.1
  • .NET 8.0+

    InMemoryDataStore.RegisterCustomAggregates(ICollection<ICustomAggregate>) Method

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

    public void RegisterCustomAggregates(
        ICollection<ICustomAggregate> customAggregates
    )

    Parameters

    Name Type
    customAggregates ICollection<ICustomAggregate>
    See Also