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




In This Topic
    SqlCacheDependencyNeeded Property
    In This Topic
    Whether to use Sql Cache Dependencies for validating cached documents https. If this is enabled, documents will be cached with a dependency on the SqlCommand which embodies the query by which they were obtained such that any change in the results of the query would be automatically detected and the cached item will become invalid.
    Syntax
    'Declaration
     
    Public ReadOnly Property SqlCacheDependencyNeeded As Boolean
    'Usage
     
    Dim instance As MarkupSqlImageDataProvider
    Dim value As Boolean
     
    value = instance.SqlCacheDependencyNeeded
    public bool SqlCacheDependencyNeeded {get;}
    public: __property bool get_SqlCacheDependencyNeeded();
    public:
    property bool SqlCacheDependencyNeeded {
       bool get();
    }
    Remarks
    Defaults to false.
    See Also