Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdatesMax.ListApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const AKey: string; const ASelectCommand: TFDCustomCommand; AMaxErrors: Integer = -1; const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const Index: Integer; const ASelectCommand: TFDCustomCommand; AMaxErrors: Integer = -1;  const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const AKey: string; const AAdapter: TFDTableAdapter; AMaxErrors: Integer = -1;  const AErrors: TFDJSONErrors = nil): Integer; overload; static;
class function ListApplyUpdates(const ADeltaList: TFDJSONDeltas; const Index: Integer; const AAdapter: TFDTableAdapter; AMaxErrors: Integer = -1;  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, int AMaxErrors = 0xffffffff, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, int AMaxErrors = 0xffffffff, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;
static int __fastcall ListApplyUpdates(TFDJSONDeltas* const ADeltaList, const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff, TFDJSONErrors* const AErrors = (TFDJSONErrors*)(0x0))/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect TFDJSONDeltasApplyUpdatesMax

Description

Embarcadero Technologies does not currently have any additional information.