Partager via


IMobileServiceTable<T>.Where Méthode

Définition

Crée une requête en appliquant le prédicat de filtre spécifié.

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 par rapport à la table.

S’applique à