IDataStore Methods
The interface for objects that need to interact with a data store.
Name | Description |
---|---|
Modify |
Updates data in a data store using the specified modification statements. |
Select |
When implemented by a class, fetches data from a data store using the specified query statements. |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions. |
See Also