Skip to main content
.NET Framework 4.6.2+

ThreadSafeDataLayer.PrepareDataStore(IDataStore, XPDictionary, XPClassInfo[]) Method

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public static void PrepareDataStore(
    IDataStore dataStore,
    XPDictionary dictionary,
    params XPClassInfo[] types
)

Parameters

Name Type
dataStore IDataStore
dictionary XPDictionary
types XPClassInfo[]
See Also