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)

member Remove : 
        name:string -> unit

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: