SetDouble(Int32,Double) Method
Sets the double-precision floating point value of the column at the specified ordinal.
'Declaration
Public Overloads Sub SetDouble( _
ByVal As Integer, _
ByVal As Double _
)
Parameters
- i
- Zero-based index of the column.
- value
- Double-precision floating point value for the specified column.