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 ();
abstract member IncludeDeleted : unit -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function IncludeDeleted () As IMobileServiceTableQuery(Of T)

Returns

A query against the table.

Applies to