IMobileServiceTable<T>.IncludeDeleted Method

Definition

Creates a query that will ensure it gets the deleted records. This requires the soft delete feature to be enabled on the Mobile Service. Visit the link for details.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> IncludeDeleted ();
Returns

A query against the table.