System.Web.Configuration.SqlCacheDependencyDatabaseCollection.Get Method

Returns the System.Web.Configuration.SqlCacheDependencyDatabaseCollection element at the specified index.

Syntax

public SqlCacheDependencyDatabase Get (int index)

Parameters

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

Returns

The System.Web.Configuration.SqlCacheDependencyDatabaseCollection element at the specified index.

Remarks

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

Requirements

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