DSAzure.TAzureTableService.QueryTables
Delphi
function QueryTables(const StartingTable: String = ''): String;
C++
System::UnicodeString __fastcall QueryTables(const System::UnicodeString StartingTable = System::UnicodeString());
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | DSAzure.pas DSAzure.hpp |
DSAzure | TAzureTableService |
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.