Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

DeleteEntity Method

Deletes an entity within a table.

Syntax

[VB.NET]
Public Sub DeleteEntity(ByVal PartitionKey As String, ByVal RowKey As String)
[C#]
public void DeleteEntity(string partitionKey, string rowKey);

Remarks

This method deletes the entity specified by the PartitionKey and RowKey parameters.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0