ITableData.Deleted Property

 

Gets or sets a value indicating whether the entity has been deleted.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

[JsonPropertyAttribute(PropertyName = "__deleted")]
bool Deleted { get; set; }

Property Value

Type: System.Boolean
Return to top
Show: