dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLob Class / OracleLob Constructor / OracleLob Constructor(OracleDbType,Boolean)
One of the OracleDbType values. May be OracleDbType.Blob, OracleDbType.BFile, OracleDbType.Clob, or OracleDbType.NClob.
Determines whether the data of the new OracleLob instance will be in the Unicode encoding or in client encoding.

In This Topic
    OracleLob Constructor(OracleDbType,Boolean)
    In This Topic
    Initializes a new instance of the OracleLob class with the specified Oracle LOB type.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal lobType As OracleDbType, _
       ByVal isUnicode As Boolean _
    )
    public OracleLob( 
       OracleDbType lobType,
       bool isUnicode
    )

    Parameters

    lobType
    One of the OracleDbType values. May be OracleDbType.Blob, OracleDbType.BFile, OracleDbType.Clob, or OracleDbType.NClob.
    isUnicode
    Determines whether the data of the new OracleLob instance will be in the Unicode encoding or in client encoding.
    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