dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipeMessage Class / Type Property

In This Topic
    Type Property (OraclePipeMessage)
    In This Topic
    Gets or sets type of the OraclePipeMessage.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As OracleDbType
    public OracleDbType Type {get;}

    Property Value

    One of OracleDbType values.
    Remarks

    The following types are supported in OraclePipeMessage:

    • OracleDbType.VarChar
    • OracleDbType.Char
    • OracleDbType.Integer
    • OracleDbType.Double
    • OracleDbType.Date
    • OracleDbType.Number

    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