IDataStoreAsync Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
When implemented by a class, returns which operations are performed when a data store is accessed for the first time.
Inherited from IData |
#Methods
Name | Description |
---|---|
Modify |
Updates data in a data store using the specified modification statements.
Inherited from IData |
Modify |
Uses specified modification statements to asynchronously update data in a data store. |
Select |
When implemented by a class, fetches data from a data store using the specified query statements.
Inherited from IData |
Select |
Uses specified query statements to asynchronously fetch data from a data store. |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions.
Inherited from IData |
Update |
See Also