SqlCacheDependencyDatabaseCollection.Get Method (String)

 

Returns the SqlCacheDependencyDatabaseCollection element with the specified name.

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

member Get : 
        name:string -> SqlCacheDependencyDatabase

Parameters

name
Type: System.String

The name of the SqlCacheDependencyDatabaseCollection element to retrieve.

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

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

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

.NET Framework
Available since 2.0
Return to top
Show: