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 As Integer, _
ByVal As Double _
)
public void SetDouble(
int ,
double
)
Parameters
- i
- Zero-based index of the column.
- value
- Double-precision floating point value for the specified column.
See Also