Skip to main content

CachedDataStoreClientAsyncBase(String) Constructor

Initializes a new instance of the CachedDataStoreClientAsyncBase<TContractType> class with specified settings.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public CachedDataStoreClientAsyncBase(
    string configName
)

Parameters

Name Type
configName String
See Also