Extreme Performance & Linear Scalability
  • Docs /
Show / Hide Table of Contents

Method CreateSqlCacheDependency

CreateSqlCacheDependency(String, String)

Creates a new instance of Sql7CacheDependency class, using the supplied parameters.

Declaration
public static DBCacheDependency CreateSqlCacheDependency(string connectionString, string dbCacheKey)
Parameters
Type Name Description
System.String connectionString

The connection string for establishing a connection with the database server where the database containing above mentioned table exists.

System.String dbCacheKey
Returns
Type Description
DBCacheDependency

A SqlCacheDependency object based on the supplied parameters.

Remarks

This static method is used to create SqlCacheDependency objects for SQL Server 7 and SQL Server 2000 products.

You need to enable notification for both the table and the database containing the table before you can use this DBCacheDependency in your application.

 

 

 

Back to top Copyright © 2017 Alachisoft