SqlCacheDependencySection.Databases Property
.NET Framework (current version)
Gets the collection of SqlCacheDependencyDatabase objects stored within the SqlCacheDependencySection.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("databases")> Public ReadOnly Property Databases As SqlCacheDependencyDatabaseCollection
Property Value
Type: System.Web.Configuration.SqlCacheDependencyDatabaseCollectionA SqlCacheDependencyDatabaseCollection of SqlCacheDependencyDatabase objects
The Databases property allows you to programmatically access the databases element of the sqlCacheDependency Element for caching (ASP.NET Settings Schema) of the cache section a configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: