SqlCacheDependencyDatabaseCollection.RemoveAt Method (Int32)

 

Removes the SqlCacheDependencyDatabaseCollection object at the specified index from the collection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

Public Sub RemoveAt (
	index As Integer
)

Parameters

index
Type: System.Int32

The index of the SqlCacheDependencyDatabase object to remove from the collection.

The following code example shows how to use the RemoveAt method.

sqlCdds.RemoveAt(0)

.NET Framework
Available since 2.0
Return to top
Show: