dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetInt Method / SetInt(String,Int32) Method
The name of the column.
Integer value for the specified column.

In This Topic
    SetInt(String,Int32) Method
    In This Topic
    Sets the integer value of the column with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Sub SetInt( _
       ByVal name As String, _
       ByVal value As Integer _
    ) 
    public void SetInt( 
       string name,
       int value
    )

    Parameters

    name
    The name of the column.
    value
    Integer value for the specified column.
    Remarks
    Use SetInt(String,Int32) method to set column with specific name in the current row to the integer value.
    See Also