System.Web 2.0.0.0 System.Configuration.ConfigurationElement The allows you to programmatically access and modify the databases element of the sqlCacheDependency node within the caching configuration section. The SQL cache dependency allows the cached data to be synchronized with the original source. After you configure the relationship between an item stored in an ASP.NET application's cache and a specific SQL Server database table, an instance of the class monitors the table for possible changes. Configures the SQL cache dependencies databases for an ASP.NET application. This class cannot be inherited. Constructor To be added. Initializes a new instance of the class with the passed parameters. A string that specifies the name used by to identify the database. A string that specifies the name of the connection string in the connectionStrings section to use to connect to this database. 2.0.0.0 Constructor To be added. Initializes a new instance of the class. A string that specifies the name used by to identify the database. A string that specifies the name of the connection string in the connectionStrings section to use to connect to this database. The database polling time, in milliseconds. 2.0.0.0 Property System.Configuration.ConfigurationProperty("connectionStringName", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired) System.Configuration.StringValidator(MinLength=1) System.String To be added. The property allows you to programmatically access and modify the connectionName attribute of an add element of the databases node in a configuration file. The connection name identifies an element in the connectionStrings section which contains the database connection string. Gets or sets the connection name for the database. 2.0.0.0 Property System.Configuration.ConfigurationElementProperty To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsRequired | System.Configuration.ConfigurationPropertyOptions.IsKey) System.Configuration.StringValidator(MinLength=1) System.String To be added. The property allows you to programmatically access and modify the name attribute of an add element of the databases node in a configuration file. The name attribute identifies the database whose table is used for the . Gets or sets the name of the database. 2.0.0.0 Property System.Configuration.ConfigurationProperty("pollTime", DefaultValue="60000") System.Int32 To be added. The property allows you to programmatically access and modify the pollTime attribute of an add element of the databases node in a configuration file. After you configure the relationship between an item stored in an ASP.NET application's cache and a specific SQL Server database table, an instance of the class monitors the table so that when an item in the table changes, the item is automatically updated in or removed from the cache. The monitoring happens at the frequency specified by the . Gets or sets the frequency with which the polls the database table for changes. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0