Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdates.ListApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!