dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTable Class / OracleTable Constructor
An OracleType to create a new instance of the OracleTable. This should be the nested table type, not the type of objects of which the table consists.

OracleTable Constructor
Initializes a new instance of the OracleTable class.
Syntax
'Declaration
 
Public Function New( _
   ByVal oraType As OracleType _
)
 

Parameters

oraType
An OracleType to create a new instance of the OracleTable. This should be the nested table type, not the type of objects of which the table consists.
Remarks
Use this constructor to create an OracleTable and pass it as a parameter by assigning to Devart.Common.DbParameterBase.Value at the time of initialization.
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