IMobileServiceTableQuery<T>.Where Method

Definition

Applies the specified filter predicate to the source query.

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

The composed query.