CreateCommand()
|
Returns null because ThreadSafeDataLayer does not allow commands to be created manually.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
InitializeDictionary(XPDictionary, IEnumerable<Assembly>)
static
|
|
InitializeDictionary(XPDictionary, IEnumerable<Type>)
static
|
|
InitializeDictionary(XPDictionary, Assembly[])
static
|
|
InitializeDictionary(XPDictionary, Type[])
static
|
|
InitializeDictionary(XPDictionary)
static
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ModifyData(ModificationStatement[])
|
Updates data in a data store using the specified modification statements.
|
ModifyDataAsync(CancellationToken, ModificationStatement[])
|
|
PrepareDataStore(IDataStore, XPDictionary, XPClassInfo[])
static
|
|
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<XPClassInfo>)
static
|
|
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<Assembly>)
static
|
|
PrepareDataStore(IDataStore, XPDictionary, IEnumerable<Type>)
static
|
|
PrepareDataStore(IDataStore, XPDictionary, Assembly[])
static
|
|
PrepareDataStore(IDataStore, XPDictionary, Type[])
static
|
|
PrepareDataStore(IDataStore, XPDictionary)
static
|
|
PrepareDataStore(IDataStore, IEnumerable<Assembly>)
static
|
|
PrepareDataStore(IDataStore, IEnumerable<Type>)
static
|
|
PrepareDataStore(IDataStore, Assembly[])
static
|
|
PrepareDataStore(IDataStore, Type[])
static
|
|
PrepareDataStore(IDataStore)
static
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SelectData(SelectStatement[])
|
Fetches data from a data store using the specified query statements.
|
SelectDataAsync(CancellationToken, SelectStatement[])
|
|
UpdateSchema(Boolean, XPClassInfo[])
|
Updates the storage schema according to the specified class descriptions.
|
UpdateSchemaAsync(CancellationToken, Boolean, XPClassInfo[])
|
Asynchronously updates the storage schema according to the specified class descriptions.
|