Data.FireDACJSONReflect.TFDJSONDeltasApplyUpdatesMax.ApplyUpdates

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

Delphi

class function ApplyUpdates(const ADelta: TFDMemTable;  const AAdapter: TFDTableAdapter; AMaxErrors: Integer; const AErrors: TFDJSONErrors): Integer; overload;
class function ApplyUpdates(const ADelta: TFDMemTable;  const ACommand: TFDCustomCommand; AMaxErrors: Integer; const AErrors: TFDJSONErrors): Integer; overload;
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++

__classmethod int __fastcall ApplyUpdates(Firedac::Comp::Client::TFDMemTable* const ADelta, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors, TFDJSONErrors* const AErrors)/* overload */;
__classmethod int __fastcall ApplyUpdates(Firedac::Comp::Client::TFDMemTable* const ADelta, Firedac::Comp::Client::TFDCustomCommand* const ACommand, int AMaxErrors, TFDJSONErrors* const AErrors)/* overload */;
int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, int AMaxErrors = 0xffffffff)/* overload */;
int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDCustomCommand* const ASelectCommand, int AMaxErrors = 0xffffffff)/* overload */;
int __fastcall ApplyUpdates(const System::UnicodeString AKey, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff)/* overload */;
int __fastcall ApplyUpdates(const int Index, Firedac::Comp::Client::TFDTableAdapter* const AAdapter, int AMaxErrors = 0xffffffff)/* overload */;

プロパティ

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

説明

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