Skip to main content
.NET 6.0+

ThreadSafeDataLayer(XPDictionary, IDataStore, IEnumerable<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,
    IEnumerable<Type> types
)

Parameters

Name Type
dictionary XPDictionary
provider IDataStore
types IEnumerable<Type>
See Also