Partager via


IMobileServiceTableQuery<T>.WithParameters Méthode

Définition

Applique à la requête source les paires chaîne/valeur de la chaîne spécifiée à utiliser en tant que paramètres définis par l'utilisateur avec la chaîne de requête d'URI de demande.

public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> WithParameters (System.Collections.Generic.IDictionary<string,string> parameters);
abstract member WithParameters : System.Collections.Generic.IDictionary<string, string> -> Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'T>
Public Function WithParameters (parameters As IDictionary(Of String, String)) As IMobileServiceTableQuery(Of T)

Paramètres

parameters
IDictionary<String,String>

Paramètres à appliquer.

Retours

Requête composée.

S’applique à