API:Data.FireDACJSONReflect.IFDJSONDeltasApplyUpdates.ApplyUpdates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ApplyUpdates(const AKey: string; const ASelectCommand: TFDCustomCommand): Integer; overload;
function ApplyUpdates(const Index: Integer; const ASelectCommand: TFDCustomCommand): Integer; overload;
function ApplyUpdates(const AKey: string; const AAdapter: TFDTableAdapter): Integer; overload;
function ApplyUpdates(const Index: Integer; const AAdapter: TFDTableAdapter): Integer; overload;

C++

virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter) = 0 /* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect IFDJSONDeltasApplyUpdates

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.