DSAzure.TAzureTableService.InsertEntity

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureTableService


説明

指定されたテーブルに新しい行を挿入します。

InsertEntity は、指定された名前を持つ既存のテーブルに、TJSONObject として形成された新しい行を挿入します。この行オブジェクトの形式については、関連項目セクションの Microsoft Azure テーブル API ページを参照してください。

関連項目