Skip to main content
A newer version of this page is available. .
All docs
V20.2

WebApiDataStoreService(IDataStore) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v20.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public WebApiDataStoreService(
    IDataStore inner
)

Parameters

Name Type
inner IDataStore
See Also