| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Remove the TDBDataset instance from memory.
Source position: db.pas line 1893
| public destructor TDBDataset.destroy; override; | 
Destroy will disconnect the TDBDataset from its Database and Transaction. After this it calls the inherited destructor.
| 
 | Database this dataset is connected to | |
| 
 | Base class for connecting a FreePascal application to an external Database engine |