Data.Cloud.AmazonAPI.TAmazonBatchRow.ReplaceAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ReplaceAll: Boolean;

C++

bool ReplaceAll;

Properties

Type Visibility Source Unit Parent
field public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI TAmazonBatchRow

Description

Specifies whether existing values in any column can be replaced or not.

ReplaceAll must be True to replace any column content that matches any of the given column names.

Columns can have multiple values. If ReplaceAll is set to False, then any existing values in a column specified here will be preserved, and the new value will simply be added beside the existing value.

See Also