dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetDouble Method / SetDouble(String,Double) Method
The name of the column.
Double-precision floating point value for the specified column.

In This Topic
    SetDouble(String,Double) Method
    In This Topic
    Sets the double-precision floating point value of the column with the specified name.
    Syntax
    'Declaration
     
    Public Overloads Sub SetDouble( _
       ByVal name As String, _
       ByVal value As Double _
    ) 
    public void SetDouble( 
       string name,
       double value
    )

    Parameters

    name
    The name of the column.
    value
    Double-precision floating point value for the specified column.
    Remarks
    Use SetDouble(String,Double) method to set column with specific name in the current row to the double-precision floating point value.
    See Also