[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Remove a TDBTransaction instance from memory.
Source position: db.pas line 1931
public destructor TDBTransaction.Destroy; override; |
Destroy first disconnects all connected TDBDataset instances and then cleans up the resources allocated in the Create constructor. After that it calls the inherited destructor.
|
Transaction property |