ModifyData(DataCacheCookie, ModificationStatement[])
|
When implemented by a class, executes specified modification statements against a cached data store, notifies about affected tables and returns the operation result.
|
ModifyData(ModificationStatement[])
|
Updates data in a data store using the specified modification statements.
|
NotifyDirtyTables(DataCacheCookie, String[])
|
When implemented by a class, informs a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot) about specific modified tables.
|
ProcessCookie(DataCacheCookie)
|
When implemented by a class, synchronizes table update information with a cached data store‘s Root element (DataCacheRoot or MSSql2005SqlDependencyCacheRoot).
|
SelectData(DataCacheCookie, SelectStatement[])
|
When implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result.
|
SelectData(SelectStatement[])
|
When implemented by a class, fetches data from a data store using the specified query statements.
|
UpdateSchema(DataCacheCookie, DBTable[], Boolean)
|
When implemented by a class, updates a cached data store‘s schema according to specified settings and returns the operation result.
|
UpdateSchema(Boolean, DBTable[])
|
When implemented by a class, updates the storage schema according to the specified class descriptions.
|