SqlCacheDependencyDatabaseCollection Constructor

Definition

Initializes a new instance of the SqlCacheDependencyDatabaseCollection class.

public:
 SqlCacheDependencyDatabaseCollection();
public SqlCacheDependencyDatabaseCollection ();
Public Sub New ()

Remarks

The SqlCacheDependencyDatabaseCollection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the SqlCacheDependencyDatabaseCollection class by using the Databases property.

Applies to