Data.Cloud.AzureAPI.TTablePolicy.CanQueryTable

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property CanQueryTable: Boolean read FCanQueryTable write FCanQueryTable;

C++

__property bool CanQueryTable = {read=FCanQueryTable, write=FCanQueryTable, nodefault};

Description

Determines whether this policy grants query table permission (True) or not (False).

The query table permission allows you to:

See Also