FireDAC.Comp.Client.TFDCustomManager.DropConnections
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDCustomManager |
Delphi
procedure DropConnections;
C++
void __fastcall DropConnections();
Description
Closes all the connections that are not used.
Call the DropConnections method to close all the connections that are not used and delete the temporary ones. The connection is not used if its RefCount
is equal to 0.