Data.Cloud.AmazonAPI.TAmazonBatchRow.Create
Delphi
class function Create(const RowId: string; Row: TCloudTableRow;
ReplaceAll: Boolean = True): TAmazonBatchRow; static;
C++
static TAmazonBatchRow __fastcall Create(const System::UnicodeString RowId, Data::Cloud::Cloudapi::TCloudTableRow* Row, bool ReplaceAll = true);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Data.Cloud.AmazonAPI.pas Data.Cloud.AmazonAPI.hpp |
Data.Cloud.AmazonAPI | TAmazonBatchRow |
Description
Creates a new instance of TAmazonBatchRow.
Create returns a new instance of TAmazonBatchRow, based on the given parameters.
The following table shows the significance of the parameters:
Parameter | Description |
---|---|
|
The unique ID of the row to update with this content. |
|
The row content to commit. |
|
Set to True to replace any column content that matches any of the given column names. |