dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleObject Class / OracleObject Constructor / OracleObject Constructor(OracleType)
An OracleType to create a new instance of the OracleObject.

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

Parameters

oraType
An OracleType to create a new instance of the OracleObject.
Remarks
Use this constructor to create an OracleObject and pass it as a parameter by assigning to Devart.Common.DbParameterBase.Value at the time of OracleParameter initialization.
See Also