dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLoader Class / SetDouble Method / SetDouble(Int32,Double) Method
Zero-based index of the column.
Double-precision floating point value for the specified column.

In This Topic
SetDouble(Int32,Double) Method
In This Topic
Sets the double-precision floating point value of the column at the specified ordinal.
Syntax
'Declaration
 
Public Overloads Sub SetDouble( _
   ByVal i As Integer, _
   ByVal value As Double _
) 
 

Parameters

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