Destroys the instance of the connection.
Source position: sqldb.pp line 281
public destructor TSQLConnection.Destroy; override; |
Destroy removes the connection from memory. When a connection is removed, all datasets are closed, and all transactions too.