API:Data.FireDACJSONReflect.IFDJSONDeltasApplyUpdatesMax.ApplyUpdates

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ApplyUpdates(const AKey: string; const ASelectCommand: TFDCustomCommand; AMaxErrors: Integer = -1): Integer; overload;
function ApplyUpdates(const Index: Integer; const ASelectCommand: TFDCustomCommand; AMaxErrors: Integer = -1): Integer; overload;
function ApplyUpdates(const AKey: string; const AAdapter: TFDTableAdapter; AMaxErrors: Integer = -1): Integer; overload;
function ApplyUpdates(const Index: Integer; const AAdapter: TFDTableAdapter; AMaxErrors: Integer = -1): Integer; overload;

C++

virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, int AMaxErrors = 0xffffffff) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, int AMaxErrors = 0xffffffff) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff) = 0 /* overload */;

Propriétés

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

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 !