SqlCacheDependencyDatabaseCollection.Clear Method ()

 

Removes all the SqlCacheDependencyDatabase objects from the collection.

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

Public Sub Clear

This method inserts a clear directive into the appropriate section of the configuration file to remove all references to elements defined in a higher-level configuration file.

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

sqlCdds.Clear()

.NET Framework
Available since 2.0
Return to top
Show: