ICachedDataStore 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 |
When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result.
Inherited from ICache |
Modify |
Updates data in a data store using the specified modification statements.
Inherited from IData |
Notify |
When implemented by a class, informs a cached data store‘s Root element (Data |
Process |
When implemented by a class, synchronizes table update information with a cached data store‘s Root element (Data |
Select |
When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result.
Inherited from ICache |
Select |
When implemented by a class, fetches data from a data store using the specified query statements.
Inherited from IData |
Update |
When implemented by a class, updates a cached data store‘s schema according to specified settings and returns the operation result.
Inherited from ICache |
Update |
When implemented by a class, updates the storage schema according to the specified class descriptions.
Inherited from IData |
See Also