ClearDatabase()
|
This member supports the internal infrastructure and is not intended to be used directly from your code.
|
CreateCommand()
|
Creates a command if the data store allows commands to be created.
|
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.
|
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[])
|
|
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 a data store’s schema according to the specified class descriptions.
|
UpdateSchemaAsync(CancellationToken, Boolean, XPClassInfo[])
|
Asynchronously updates a data store’s schema according to the specified class descriptions.
|