Skip to main content
All docs
V23.2

WebApiDataStoreService(IDataStore) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public WebApiDataStoreService(
    IDataStore inner
)

Parameters

Name Type
inner IDataStore
See Also