System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Get Method

Returns the System.Web.Configuration.SqlCacheDependencyDatabaseCollection element with the specified name.

Syntax

public SqlCacheDependencyDatabase Get (string name)

Parameters

name
The name of the System.Web.Configuration.SqlCacheDependencyDatabaseCollection element to retrieve.

Returns

The System.Web.Configuration.SqlCacheDependencyDatabaseCollection element with the specified name.

Remarks

A null reference (Nothing in Visual Basic) is returned if no element exists with the specified name.

Requirements

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