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

Type Property (OraclePipeMessage)
Gets or sets type of the OraclePipeMessage.
Syntax
'Declaration
 
Public ReadOnly Property Type As OracleDbType
 

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