API:Data.FireDACJSONReflect.IFDJSONDeltasApplyUpdatesMax.ApplyUpdates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

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.