SqlCacheDependencyDatabaseCollection.Remove Method (String)

 

Removes the SqlCacheDependencyDatabaseCollection object with the specified name from the collection.

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

Public Sub Remove (
	name As String
)

Parameters

name
Type: System.String

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

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

sqlCdds.Remove("dataBaseElement")

.NET Framework
Available since 2.0
Return to top
Show: