Data.Cloud.AmazonAPI.TAmazonBatchRow.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

RowId

The unique ID of the row to update with this content.

Row

The row content to commit.

ReplaceAll

Set to True to replace any column content that matches any of the given column names.

See Also