Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates.ListApplyUpdates

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const AKey: string; const ASelectCommand: TFDCustomCommand; const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const Index: Integer; const ASelectCommand: TFDCustomCommand; const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const AKey: string; const AAdapter: TFDTableAdapter; const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const Index: Integer; const AAdapter: TFDTableAdapter; const AErrors: TFDJSONErrors = nil): Integer; overload; static;

C++

static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
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.