dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLobOpenMode Enumeration

In This Topic
    OracleLobOpenMode Enumeration
    In This Topic
    Specifies whether an OracleLob should be opened in read-only or read/write mode.
    Syntax
    'Declaration
     
    Public Enum OracleLobOpenMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    ReadOnlyThe OracleLob is opened in read-only mode.
    ReadWriteThe OracleLob is opened in read/write mode.
    Remarks
    Use OracleLobOpenMode enumerator with OracleLob.BeginBatch method.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleLobOpenMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also