How to create update SQL statements.
Source position: sqldb.pp line 729
published property TSQLQuery.UpdateMode : TUpdateMode; |
UpdateMode determines how the WHERE clause of the UpdateSQL and DeleteSQL statements are auto-generated.
|
Statement to be used when updating an existing row in the database. |
|
|
Statement to be used when inserting a new row in the database. |