次の方法で共有


IMobileServiceTable<T>.WithParameters メソッド

定義

要求 URI クエリ文字列でユーザー定義パラメーターとして使用するために指定した文字列のキーと値のペアをソース クエリに適用します。

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)

パラメーター

parameters
IDictionary<String,String>

適用するパラメーター。

戻り値

構成されたクエリ。

適用対象