IMobileServiceTable<T>.Where Method

Definition

Creates a query by applying the specified filter predicate.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Where (System.Linq.Expressions.Expression<Func<T,bool>> predicate);
Parameters
predicate
Expression<Func<T,Boolean>>

The filter predicate.

Returns

A query against the table.