ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupSqlImageDataProvider Class / InitSqlCacheDependency Property




In This Topic
    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();
    }
    Remarks
    Defaults to false.
    See Also