Data.Cloud.CloudAPI.TCloudTableRow.SupportsDataType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Cloud.CloudAPI.pas
Data.Cloud.CloudAPI.hpp
Unit: Data.Cloud.CloudAPI
Parent: TCloudTableRow

Delphi

property SupportsDataType: Boolean read FSupportsDataType;

C++

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

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