IBX.IBSubscription.TIBSubscriptionInfo.DmlActions

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DmlActions : TIBDmlActions read FDmlActions write FDmlActions;

C++

__property TIBDmlActions DmlActions = {read=FDmlActions, write=FDmlActions, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property published
IBX.IBSubscription.pas
IBX.IBSubscription.hpp
IBX.IBSubscription TIBSubscriptionInfo


Description

Ensemble d'éléments d'introspection profonde qui intéressent l'abonnement.

Les éléments sont INSERT, UPDATE et DELETE.

Voir aussi