Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

MSSql2005SqlDependencyCacheRoot.CreateSqlDependencyCacheRoot Method

Name Parameters Description
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) static nonCachedProvider, connection, formatter, cacheConfiguration, objectsToDisposeOnDisconnect Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified MS SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, ISqlGeneratorFormatter, out IDisposable[]) static nonCachedProvider, connection, formatter, objectsToDisposeOnDisconnect Creates a MSSql2005SqlDependencyCacheRoot instance associated with a specified MS SQL Server provider, which is used to access a database to be cached, based on specified settings.
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, DataCacheConfiguration, out IDisposable[]) static nonCachedProvider, connection, originalConnectionString, formatter, cacheConfiguration, objectsToDisposeOnDisconnect
CreateSqlDependencyCacheRoot(IDataStore, SqlConnection, String, ISqlGeneratorFormatter, out IDisposable[]) static nonCachedProvider, connection, originalConnectionString, formatter, objectsToDisposeOnDisconnect
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, DataCacheConfiguration, out IDisposable[]) static nonCachedProvider, cacheConfiguration, objectsToDisposeOnDisconnect Creates a 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 a 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
CreateSqlDependencyCacheRoot(MSSqlConnectionProvider, String, out IDisposable[]) static nonCachedProvider, originalConnectionString, objectsToDisposeOnDisconnect
CreateSqlDependencyCacheRoot(String, AutoCreateOption, DataCacheConfiguration, out IDisposable[]) static sqlConnectionConnectionString, autoCreateOption, cacheConfiguration, objectsToDisposeOnDisconnect Creates a MSSql2005SqlDependencyCacheRoot instance associated with a 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 a MSSql2005SqlDependencyCacheRoot instance associated with a MSSqlConnectionProvider, which is created to provide access to a database to be cached, based on specified settings.