SetOracleObject(Int32,OracleObject) Method
Sets the
OracleObject value of the column at the specified ordinal.
'Declaration
Public Overloads Sub SetOracleObject( _
ByVal As Integer, _
ByVal As OracleObject _
)
Parameters
- i
- Zero-based index of the column.
- value
- An OracleObject value.