XpoDataStoreResult(IDataStore, IDisposable[]) Constructor
Initializes a new instance of the XpoDataStoreResult class with specified settings.
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: DevExpress.Xpo.v24.1.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