Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates.ApplyUpdates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function ApplyUpdates(const ADelta: TFDMemTable;  const AAdapter: TFDTableAdapter; const AErrors: TFDJSONErrors): Integer; overload;
class function ApplyUpdates(const ADelta: TFDMemTable;  const ACommand: TFDCustomCommand; const AErrors: TFDJSONErrors): Integer; overload;
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++

__classmethod int __fastcall ApplyUpdates(Firedac::Comp::Client::TFDMemTable* const ADelta, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, TFDJSONErrors* const AErrors)/* overload */;
__classmethod int __fastcall ApplyUpdates(Firedac::Comp::Client::TFDMemTable* const ADelta, Firedac::Comp::Client::TFDCustomCommand* const ACommand, TFDJSONErrors* const AErrors)/* overload */;
int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand)/* overload */;
int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand)/* overload */;
int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter)/* overload */;
int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDeltasApplyUpdates

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.