DSAzure.TAzureTableService.DeleteEntity

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

Delphi

function DeleteEntity(const TableName: String; const PartitionKey: String; const RowKey: String): boolean;

C++

bool __fastcall DeleteEntity(const System::UnicodeString TableName, const System::UnicodeString PartitionKey, const System::UnicodeString RowKey);

プロパティ

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


説明

指定されたテーブルから、行を削除します。

DeleteEntity は、PartitionKeyRowKey に一致する行を、指定されたテーブルから削除します。これらは、テーブル内での各行に対する一意の識別子を構築するために使用される、2 つの必須行項目です。

関連項目