Partager via


IMobileServiceTableQuery<T>.Where Méthode

Définition

Applique le prédicat de filtre spécifié à la requête source.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Where (System.Linq.Expressions.Expression<Func<T,bool>> predicate);
abstract member Where : System.Linq.Expressions.Expression<Func<'T, bool>> -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function Where (predicate As Expression(Of Func(Of T, Boolean))) As IMobileServiceTableQuery(Of T)

Paramètres

predicate
Expression<Func<T,Boolean>>

Prédicat de filtrage.

Retours

Requête composée.

S’applique à