DSAzure.TAzureTableService.CreateTable

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 CreateTable(const TableName: String): boolean;

C++

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

Description

Creates a new table on the table service account.

CreateTable creates a new table with the given name.

See Also