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

In This Topic
    LobType Property
    In This Topic
    Gets the LOB data type.
    Syntax
    'Declaration
     
    Public ReadOnly Property LobType As OracleDbType
    public OracleDbType LobType {get;}

    Property Value

    One of the OracleDbType LOB data types.
    Remarks

    An OracleLob may be one of these OracleDbType data types:

    OracleDBType data type Description
    Devart.Data.Oracle.OracleDbType.Blob A variable-length stream of binary data.
    Devart.Data.Oracle.OracleDbType.Clob A variable-length stream character string.
    Devart.Data.Oracle.OracleDbType.NClob National variable-length character data.
    Devart.Data.Oracle.OracleDbType.BFile A reference to the physical file in the operating system where Oracle is installed.
    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