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

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

Parameters

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