dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObject Class / NativeOracleObject Constructor / NativeOracleObject Constructor(OracleType,OracleConnection)
An OracleConnection used to describe object type at the Oracle server.

In This Topic
NativeOracleObject Constructor(OracleType,OracleConnection)
In This Topic
Initializes a new instance of the NativeOracleObject class.
Syntax
'Declaration
 
Public Function New( _
   ByVal objectType As OracleType, _
   ByVal connection As OracleConnection _
)
 

Parameters

objectType
connection
An OracleConnection used to describe object type at the Oracle server.
Remarks
Use this constructor to create an NativeOracleObject and pass it as a parameter by assigning to Value at the time of OracleParameter initialization.
See Also