System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Add Method

Adds a System.Web.Configuration.SqlCacheDependencyDatabase object to the collection.

Syntax

public void Add (SqlCacheDependencyDatabase name)

Parameters

name
The name of the System.Web.Configuration.SqlCacheDependencyDatabase object to add to the collection.

Remarks

Each System.Web.Configuration.SqlCacheDependencyDatabase in the collection must have a unique name.

Requirements

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