CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
nonCachedProvider, connection, formatter, cacheConfiguration, objectsToDisposeOnDisconnect
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, out IDisposable[])
static
|
nonCachedProvider, connection, formatter, objectsToDisposeOnDisconnect
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, ISqlGeneratorFormatter, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[])
static
|
nonCachedProvider, connection, originalConnectionString, formatter, cacheConfiguration, objectsToDisposeOnDisconnect
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[])
static
|
nonCachedProvider, connection, originalConnectionString, formatter, objectsToDisposeOnDisconnect
|
Obsolete. This method is obsolete (use CreateSqlDependencyCacheRoot(IDbConnection, IDataStore, String, ISqlGeneratorFormatter, out IDisposable[]) instead).
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[])
static
|
nonCachedProvider, cacheConfiguration, objectsToDisposeOnDisconnect
|
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
|
nonCachedProvider, objectsToDisposeOnDisconnect
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with a specified MSSqlConnectionProvider providing access to a database to be cached.
|
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, DataCacheConfiguration, out IDisposable[])
static
|
nonCachedProvider, originalConnectionString, cacheConfiguration, objectsToDisposeOnDisconnect
|
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
|
nonCachedProvider, originalConnectionString, objectsToDisposeOnDisconnect
|
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
|
connection, nonCachedProvider, formatter, cacheConfiguration, objectsToDisposeOnDisconnect
|
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
|
connection, nonCachedProvider, formatter, objectsToDisposeOnDisconnect
|
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
|
connection, nonCachedProvider, originalConnectionString, formatter, cacheConfiguration, objectsToDisposeOnDisconnect
|
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
|
connection, nonCachedProvider, originalConnectionString, formatter, objectsToDisposeOnDisconnect
|
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
|
sqlConnectionConnectionString, autoCreateOption, cacheConfiguration, objectsToDisposeOnDisconnect
|
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
|
sqlConnectionConnectionString, autoCreateOption, objectsToDisposeOnDisconnect
|
Creates an MSSql2005SqlDependencyCacheRoot instance associated with an MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.
|