ICachedDataStoreService Members
Defines a WCF service contract to access data stored in cached data stores (objects implementing the ICachedDataStore interface).Methods
| Name | Description |
|---|---|
| Do(String, Object) | Defines a service operation that, when implemented by a class, executes a specified command with specific parameters and returns the operation result. Inherited from IDataStoreService. |
| GetAutoCreateOption() | Defines a service operation that, when implemented by a class, returns which operations are performed when a data store is accessed for the first time. Inherited from IDataStoreService. |
| ModifyData(ModificationStatement[]) | Defines a service operation that, when implemented by a class, updates data in a data store using specified modification statements and returns the operation result. Inherited from IDataStoreService. |
| ModifyDataCached(DataCacheCookie, ModificationStatement[]) | Defines a service operation that, when implemented by a class, updates data in a cached data store using specified modification statements and returns the operation result. |
| NotifyDirtyTables(DataCacheCookie, String[]) | Defines a service operation that, when implemented by a class, informs a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) about specific modified tables. |
| ProcessCookie(DataCacheCookie) | Defines a service operation that, when implemented by a class, synchronizes table update information with a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot). |
| SelectData(SelectStatement[]) | Defines a service operation that, when implemented by a class, fetches data from a data store using specified query statements and returns the operation result. Inherited from IDataStoreService. |
| SelectDataCached(DataCacheCookie, SelectStatement[]) | Defines a service operation that, when implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result. |
| UpdateSchema(Boolean, DBTable[]) | Defines a service operation that, when implemented by a class, updates a data store’s schema according to specified settings and returns the operation result. Inherited from IDataStoreService. |
| UpdateSchemaCached(DataCacheCookie, DBTable[], Boolean) | Defines a service operation that, when implemented by a class, updates a cached data store‘s schema according to specified settings. |
See Also