System.Web.Configuration.SqlCacheDependencySection.Databases Property

Gets the collection of System.Web.Configuration.SqlCacheDependencyDatabase objects stored within the System.Web.Configuration.SqlCacheDependencySection.

Syntax

[System.Configuration.ConfigurationProperty("databases")]
public SqlCacheDependencyDatabaseCollection Databases { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SqlCacheDependencySection.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0