DSAzure.TAzureTableService.InsertEntity
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DSAzure.pas DSAzure.hpp
| |
| Unit: DSAzure | |
| Parent: TAzureTableService | |
Delphi
function InsertEntity(const TableName: String; entity: TJSONObject): string;
C++
System::UnicodeString __fastcall InsertEntity(const System::UnicodeString TableName, System::Json::TJSONObject* entity);
Description
Inserts a new row into a given table.
InsertEntity inserts a new row, formed as a TJSONObject, into an already existing table with the given name. For the format of the row object, refer to the Microsoft Azure Table API page in the See Also section.