Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ThreadSafeDataLayer.PrepareDataStore(IDataStore, XPDictionary, IEnumerable<XPClassInfo>) Method

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static void PrepareDataStore(
    IDataStore dataStore,
    XPDictionary dictionary,
    IEnumerable<XPClassInfo> types
)

Parameters

Name Type
dataStore IDataStore
dictionary XPDictionary
types IEnumerable<XPClassInfo>
See Also