CreateProviderFromString_CacheRoot(String, AutoCreateOption, out IDisposable[])
static
|
Returns a cached data store provider, created based on specified settings.
|
CreateProviderFromString_WithCache(String, AutoCreateOption, out IDisposable[])
static
|
Returns a cached data store provider, created based on specified settings.
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, out IDisposable[])
static
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[])
static
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider, providing access to a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider providing access to a database to be cached.
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, DataCacheConfiguration, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified Microsoft SQL Server provider, which is used to access a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(String, AutoCreateOption, DataCacheConfiguration, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.
|
CreateSqlDependencyCacheRoot(String, AutoCreateOption, out IDisposable[])
static
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.
|
Do(String, Object)
|
Executes a specified command via the current Root element with specific parameters and returns the operation result.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ModifyData(DataCacheCookie, ModificationStatement[])
|
Updates data in a cached data store using specified settings and returns the operation result.
|
ModifyData(ModificationStatement[])
|
Updates data in a cached data store using specified modification statements and returns the operation result.
|
NotifyDirtyTables(DataCacheCookie, String[])
|
Informs a cached data store‘s Root element about specific modified tables.
|
ProcessCookie(DataCacheCookie)
|
Synchronizes table update information with a cached data store‘s Root element.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Register()
static
|
Registers MSSql2005SqlDependencyCacheRoot as a data store provider for use with XPO.
|
SelectData(DataCacheCookie, SelectStatement[])
|
Fetches data from a cached data store using specified query statements and returns the operation result.
|
SelectData(SelectStatement[])
|
Fetches data from a cached data store using specified query statements.
|
ToString()
|
Returns a string that represents the current object.
|
UpdateSchema(DataCacheCookie, DBTable[], Boolean)
|
Updates a cached data store‘s schema according to specified settings.
|
UpdateSchema(Boolean, DBTable[])
|
Updates a cached data store‘s schema according to specified settings.
|