System.Web.Configuration.SqlCacheDependencyDatabaseCollection Members

The members of System.Web.Configuration.SqlCacheDependencyDatabaseCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Public Properties

[read-only]
AllKeysstring[].

Gets the System.Web.Configuration.SqlCacheDependencyDatabaseCollection keys.

default property
Item(int)SqlCacheDependencyDatabase. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)SqlCacheDependencyDatabase. Documentation for this section has not yet been entered.

Public Methods

Add(SqlCacheDependencyDatabase)

Adds a System.Web.Configuration.SqlCacheDependencyDatabase object to the collection.

Clear()

Removes all the System.Web.Configuration.SqlCacheDependencyDatabase objects from the collection.

Get(int) : SqlCacheDependencyDatabase

Returns the System.Web.Configuration.SqlCacheDependencyDatabaseCollection element at the specified index.

Get(string) : SqlCacheDependencyDatabase

Returns the System.Web.Configuration.SqlCacheDependencyDatabaseCollection element with the specified name.

GetKey(int) : string

Returns the key for the element located at the specified index in the System.Web.Configuration.SqlCacheDependencyDatabaseCollection.

Remove(string)

Removes the System.Web.Configuration.SqlCacheDependencyDatabaseCollection object with the specified name from the collection.

RemoveAt(int)

Removes the System.Web.Configuration.SqlCacheDependencyDatabaseCollection object at the specified index from the collection.

Set(SqlCacheDependencyDatabase)

Resets a specified System.Web.Configuration.SqlCacheDependencyDatabase object that exists within the collection.

Protected Methods