Skip to main content

XpoDataStoreResult(IDataStore, IDisposable[]) Constructor

Initializes a new instance of the XpoDataStoreResult class with specified settings.

Namespace: Microsoft.Extensions.DependencyInjection

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo

Declaration

public XpoDataStoreResult(
    IDataStore dataStore,
    IDisposable[] objectsToDisposeOnDisconnect
)

Parameters

Name Type
dataStore IDataStore
objectsToDisposeOnDisconnect IDisposable[]
See Also