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 _
)
 

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.
See Also