• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

Method CreateOleDbCacheDependency

CreateOleDbCacheDependency(String, String)

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

Declaration
public static DBCacheDependency CreateOleDbCacheDependency(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

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