Data.Cloud.CloudAPI.TCloudTableRow.FSupportsDataType

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

FSupportsDataType: Boolean;

C++

bool FSupportsDataType;

Description

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

Set FSupportsDataType to True if the columns of this service support data types, and to False to ignore the data types of the columns.

See Also