Data.Cloud.AmazonAPI.TAmazonBatchRow

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TAmazonBatchRow = record
    RowId: string;
    Row: TCloudTableRow;
    ReplaceAll: Boolean;
    class function Create(const RowId: string; Row: TCloudTableRow;
                          ReplaceAll: Boolean = True): TAmazonBatchRow; static;
  end;

C++

struct DECLSPEC_DRECORD TAmazonBatchRow
{
public:
    System::UnicodeString RowId;
    Data::Cloud::Cloudapi::TCloudTableRow* Row;
    bool ReplaceAll;
    static TAmazonBatchRow __fastcall Create(const System::UnicodeString RowId, Data::Cloud::Cloudapi::TCloudTableRow* Row, bool ReplaceAll = true);
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI Data.Cloud.AmazonAPI

Description

Représente une ligne unique à mettre à jour dans une exécution groupée.

TAmazonBatchRow est un enregistrement qui représente une ligne unique à mettre à jour dans une exécution groupée.

Voir aussi