ModifyData(ModificationStatement[])
|
Updates data in a data store using the specified modification statements.
|
ModifyDataAsync(CancellationToken, ModificationStatement[])
|
Uses specified modification statements to asynchronously update data in a data store.
|
SelectData(SelectStatement[])
|
When implemented by a class, fetches data from a data store using the specified query statements.
|
SelectDataAsync(CancellationToken, SelectStatement[])
|
Uses specified query statements to asynchronously fetch data from a data store.
|
UpdateSchema(Boolean, DBTable[])
|
When implemented by a class, updates the storage schema according to the specified class descriptions.
|
UpdateSchemaAsync(CancellationToken, Boolean, DBTable[])
|
|