Data.Cloud.AzureAPI.TAzureTableService.CreateTable
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Cloud.AzureAPI.pas Data.Cloud.AzureAPI.hpp
| |
Unit: Data.Cloud.AzureAPI | |
Parent: TAzureTableService |
Delphi
function CreateTable(const TableName: string; ResponseInfo: TCloudResponseInfo = nil): Boolean;
C++
bool __fastcall CreateTable(const System::UnicodeString TableName, Data::Cloud::Cloudapi::TCloudResponseInfo* ResponseInfo = (Data::Cloud::Cloudapi::TCloudResponseInfo*)(0x0));
Description
Creates a table with the given name.
The CreateTable method creates a table with the given name.
CreateTable returns True if the creation was a success, False otherwise.
The TableName
parameter specifies the name of the table to create.
The ResponseInfo
parameter specifies the optional class where to store response info.