PreparedStatement.BindTimestamp Method
Binds Timestamp value to the prepared statement.
Parameters
- fieldNumber
- The field number in the prepared statement (zero based).
- value
- The Timestamp to put in the field or nil. If nil is passed in then NULL will be put in the field.
Remarks
See Also
PreparedStatement Class