Data.Cloud.AmazonAPI.TAmazonRowConditional.ColumnExists

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ColumnExists: Boolean;

C++

bool ColumnExists;

Properties

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

Description

Specifies whether the conditional class will be used to check the existence or the absence of the column.

ColumnExists must be True to check that the column exists, and False to check that it does not exist.

See Also