Skip to main content
.NET 6.0+

ThreadSafeDataLayer(XPDictionary, IDataStore, Type[]) 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(
    XPDictionary dictionary,
    IDataStore provider,
    params Type[] types
)

Parameters

Name Type
dictionary XPDictionary
provider IDataStore
types Type[]
See Also