InitSqlCacheDependency Property
In This Topic
Whether to register the connection string for receiving dependency change notifications
https. Both SqlCacheDependencyNeeded and InitSqlCacheDependency must be true in order for Sql Cache Dependencies to be utilized when caching documents.
Syntax
'Declaration
Public ReadOnly Property InitSqlCacheDependency As Boolean
'Usage
Dim instance As MarkupSqlImageDataProvider
Dim value As Boolean
value = instance.InitSqlCacheDependency
public bool InitSqlCacheDependency {get;}
public: __property bool get_InitSqlCacheDependency();
public:
property bool InitSqlCacheDependency {
bool get();
}
See Also