Data.SqlExpr.TSQLConnection.DoDisconnect
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.SqlExpr.pas Data.SqlExpr.hpp
| |
| Unit: Data.SqlExpr | |
| Parent: TSQLConnection | |
Delphi
procedure DoDisconnect; override;
C++
virtual void __fastcall DoDisconnect();
Description
Provides the interface for a method that terminates the connection.
The Connected property uses DoDisconnect to close a connection.