DSAzure.TAzureTableService.InsertEntity

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function InsertEntity(const TableName: String; entity: TJSONObject): string;

C++

System::UnicodeString __fastcall InsertEntity(const System::UnicodeString TableName, System::Json::TJSONObject* entity);

Propriétés

Type Visibilité  Source Unité  Parent
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureTableService


Description

Insère une nouvelle ligne dans une table donnée.

InsertEntity insère une nouvelle ligne, formée comme un TJSONObject, dans une table préexistante ayant le nom donné. Pour le format de l'objet ligne, voir la page API des tables Microsoft Azure dans la section Voir aussi.

Voir aussi