FireDAC.Comp.Client.TFDAdaptedDataSet.ChangeAlertName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also