PreparedStatement.BindInt64 Method
Binds Int64 value to the prepared statement.

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