DSAzure.TAzureTableService.DeleteTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DeleteTable(const TableName: String): boolean;

C++

bool __fastcall DeleteTable(const System::UnicodeString TableName);

Properties

Type Visibility Source Unit Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureTableService

Description

Deletes a table from the table service.

DeleteTable deletes the table with the given name.

See Also