Skip to main content
All docs
V26.1
  • .NET 8.0+

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

    Namespace: DevExpress.Xpo

    Assembly: DevExpress.Xpo.v26.1.dll

    Declaration

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

    Parameters

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