FireDAC.Comp.Client.TFDReleaseClientMode
[–] Properties | |
---|---|
Type: enum | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: FireDAC.Comp.Client |
Delphi
TFDReleaseClientMode = (rmFetchAll, rmClose, rmOffline, rmDisconnect);
C++
enum DECLSPEC_DENUM TFDReleaseClientMode : unsigned int { rmFetchAll, rmClose, rmOffline, rmDisconnect };
Description
Specifies the release client mode.
TFDReleaseClientMode specifies the following types of release client:
Name | Description |
---|---|
|
Performs the FetchAll operations, if the dataset is active and not all records are fetched. If the dataset is unidirectional, then it is closed. All active commands are closed. |
|
Closes all datasets and commands. |
|
Brings all datasets to offline mode, when all records are fetched. All commands are closed and unprepared. |
|
All datasets and commands are closed and unprepared. |