FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlertName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDAdaptedDataSet |
Delphi
property ChangeAlertName: String read FChangeAlertName write SetChangeAlertName;
C++
__property System::UnicodeString ChangeAlertName = {read=FChangeAlertName, write=SetChangeAlertName};
Description
Optional name of the change notification.
This name is the SQL query base table name by default.