FireDAC.Comp.Client.TFDEventAlerter.SubscriptionName
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
Unit: FireDAC.Comp.Client | |
Parent: TFDEventAlerter |
Delphi
property SubscriptionName;
C++
__property SubscriptionName = {default=0};
Description
Subscription name of the change notification.
FireDAC.Comp.Client.TFDEventAlerter.SubscriptionName inherits from FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName. All content below this line refers to FireDAC.Comp.Client.TFDCustomEventAlerter.SubscriptionName.
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>