dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetOracleObject Method / SetOracleObject(Int32,OracleObject) Method
Zero-based index of the column.
An OracleObject value.

In This Topic
SetOracleObject(Int32,OracleObject) Method
In This Topic
Sets the OracleObject value of the column at the specified ordinal.
Syntax
'Declaration
 
Public Overloads Sub SetOracleObject( _
   ByVal i As Integer, _
   ByVal value As OracleObject _
) 
 

Parameters

i
Zero-based index of the column.
value
An OracleObject value.
See Also