Skip to main content
.NET 6.0+

ThreadSafeDataLayer(IDataStore) Constructor

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

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public ThreadSafeDataLayer(
    IDataStore provider
)

Parameters

Name Type
provider IDataStore
See Also