Remove a TDBTransaction instance from memory.
Source position: db.pas line 2216
| 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. |