[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Delete and optionally apply updates
Source position: sqldb.pp line 524
public procedure TCustomSQLQuery.Delete; override; |
Delete is overridden from DB.TDataset.Delete to implement the auto-applyupdates mechanism: if TSQLQuery.Options contains sqoAutoApplyUpdates, then ApplyUpdates is called as the last step of the Post operation.
|
Options controlling the behaviour of the dataset |
|
|
Apply updates and check result |