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

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

Parameters

i
Zero-based index of the column.
value
OracleNumber value for the specified column.
Remarks
Use SetNumber(Int32,OracleNumber) method to set column with specific index in the current row to the number value.
See Also