API:Data.FireDACJSONReflect.IFDJSONDeltasApplyUpdates.ApplyUpdates
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.FireDACJSONReflect.pas Data.FireDACJSONReflect.hpp
| |
Unit: Data.FireDACJSONReflect | |
Parent: IFDJSONDeltasApplyUpdates |
Delphi
function ApplyUpdates(const AKey: string; const ASelectCommand: TFDCustomCommand): Integer; overload;
function ApplyUpdates(const Index: Integer; const ASelectCommand: TFDCustomCommand): Integer; overload;
function ApplyUpdates(const AKey: string; const AAdapter: TFDTableAdapter): Integer; overload;
function ApplyUpdates(const Index: Integer; const AAdapter: TFDTableAdapter): Integer; overload;
C++
virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter) = 0 /* overload */;
virtual int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter) = 0 /* overload */;
Description
Embarcadero Technologies does not currently have any additional information.