FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomEventAlerter | |
Delphi
property SubscriptionName: String read FSubscriptionName write SetSubscriptionName;
C++
__property System::UnicodeString SubscriptionName = {read=FSubscriptionName, write=SetSubscriptionName};
Description
Subscription name of the change notification.
The value of SubscriptionName depends on the type of database that you are using:
- InterBase:
<subscription>[;<device>], where<subscription>is name of InterBase XE8 Change View subscription and<device>is optional device name. - Microsoft SQL Server:
<service>;<queue>