IMobileServiceSyncTable<T>.CreateQuery Method

Definition

Creates a query for the current table.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> CreateQuery ();
abstract member CreateQuery : unit -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function CreateQuery () As IMobileServiceTableQuery(Of T)

Returns

A query against the table.

Applies to