Skip to main content
.NET 6.0+

ThreadSafeDataLayer.PrepareDataStore Method

Name Parameters
PrepareDataStore(IDataStore, XPDictionary, XPClassInfo[]) static dataStore, dictionary, types
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<XPClassInfo>) static dataStore, dictionary, types
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<Assembly>) static dataStore, dictionary, assemblies
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<Type>) static dataStore, dictionary, types
PrepareDataStore(IDataStore, XPDictionary, Assembly[]) static dataStore, dictionary, assemblies
PrepareDataStore(IDataStore, XPDictionary, Type[]) static dataStore, dictionary, types
PrepareDataStore(IDataStore, XPDictionary) static dataStore, dictionary
PrepareDataStore(IDataStore, IEnumerable<Assembly>) static dataStore, assemblies
PrepareDataStore(IDataStore, IEnumerable<Type>) static dataStore, types
PrepareDataStore(IDataStore, Assembly[]) static dataStore, assemblies
PrepareDataStore(IDataStore, Type[]) static dataStore, types
PrepareDataStore(IDataStore) static dataStore