Data.Cloud.AzureAPI.TAzureTableService.CreateTable

De RAD Studio API Documentation
Aller à : navigation, rechercher

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));

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.Cloud.AzureAPI.pas
Data.Cloud.AzureAPI.hpp
Data.Cloud.AzureAPI TAzureTableService

Description

Crée une table ayant le nom donné.

La méthode CreateTable crée une table ayant le nom donné.

CreateTable renvoie True si la création a été un succès, False sinon.

Le paramètre TableName spécifie le nom de la table à créer.

Le paramètre ResponseInfo spécifie la classe facultative où stocker les informations de réponse.

Voir aussi