PreparedStatement.BindDouble Method
Binds Double value to the prepared statement.

BindDouble(
fieldNumber
as Integer,
value
as Double)
Parameters
- fieldNumber
- The field number in the prepared statement (zero based).
- value
- The value to put in the field.
Remarks
See Also
PreparedStatement Class