dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / Cached Property

In This Topic
    Cached Property (OracleLob)
    In This Topic
    Specifies whether the OracleLob is cached.
    Syntax
    'Declaration
     
    Public Property Cached As Boolean
    public bool Cached {get; set;}

    Property Value

    true if entire OracleLob is cached in the memory; otherwise, false.
    See Also