SetDouble(String,Double) Method
Sets the double-precision floating point value of the column with the specified name.
'Declaration
Public Overloads Sub SetDouble( _
ByVal As String, _
ByVal As Double _
)
Parameters
- name
- The name of the column.
- value
- Double-precision floating point value for the specified column.