Data.Cloud.CloudAPI.TCloudTableRow.SupportsDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SupportsDataType: Boolean read FSupportsDataType;

C++

__property bool SupportsDataType = {read=FSupportsDataType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Data.Cloud.CloudAPI TCloudTableRow

Description

Specifies whether the columns of this service support data types or not.

SupportsDataType is set to True if the columns of this service support data types, and to False to ignore the data types of the columns. This is a read-only property.

See Also