IDataStore Members
The interface for objects that need to interact with a data store.Properties
| Name | Description |
|---|---|
| AutoCreateOption | When implemented by a class, returns which operations are performed when a data store is accessed for the first time. |
Methods
| Name | Description |
|---|---|
| ModifyData(ModificationStatement[]) | Updates data in a data store using the specified modification statements. |
| SelectData(SelectStatement[]) | When implemented by a class, fetches data from a data store using the specified query statements. |
| UpdateSchema(Boolean, DBTable[]) | When implemented by a class, updates the storage schema according to the specified class descriptions. |
See Also