DSAzure.TAzureTableService.CreateTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateTable(const TableName: String): boolean;

C++

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

Properties

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

Description

Creates a new table on the table service account.

CreateTable creates a new table with the given name.

See Also