PreparedStatement.BindDate Method
Binds Date value to the prepared statement.
Parameters
- fieldNumber
- The field number in the prepared statement (zero based).
- value
- The Date 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