DSAzure.TAzureTableService.QueryTables

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DSAzure.pas
DSAzure.hpp
Unit: DSAzure
Parent: TAzureTableService

Delphi

function QueryTables(const StartingTable: String = ''): String;

C++

System::UnicodeString __fastcall QueryTables(const System::UnicodeString StartingTable = System::UnicodeString());

Description

Returns the list of tables for the table service.

QueryTables returns an XML string representation of the current list of tables for the service. StartingTable is unused by the current implementation. For more information on the XML returned, see either of the pages referenced below.

See Also