Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates.ListApplyUpdates

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDeltasApplyUpdates

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !