FireDAC.Comp.Client.TFDCustomConnection.DoDisconnect
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomConnection |
Delphi
procedure DoDisconnect; override;
C++
virtual void __fastcall DoDisconnect();
Description
Provides the interface for a method that terminates the connection.
FireDAC.Comp.Client.TFDCustomConnection.DoDisconnect inherits from Data.DB.TCustomConnection.DoDisconnect. All content below this line refers to Data.DB.TCustomConnection.DoDisconnect.
Provides the interface for a method that terminates the connection.
The Connected property uses DoDisconnect to close a connection. Descendent classes override the DoDisconnect method to drop a connection. As implemented in TCustomConnection, DoDisconnect does nothing.