Data.FireDACJSONReflect.IFDJSONDeltasApplyUpdates.ApplyUpdates

提供: RAD Studio API Documentation
移動先: 案内検索

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

プロパティ

種類 可視性 ソース ユニット
function public
Data.FireDACJSONReflect.pas
Data.FireDACJSONReflect.hpp
Data.FireDACJSONReflect IFDJSONDeltasApplyUpdates

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。