次の方法で共有


MobileServiceTableExtensions.ReadAsync メソッド

定義

テーブルに対するクエリを実行します。

public static System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> ReadAsync (this Microsoft.WindowsAzure.MobileServices.IMobileServiceTable table, string query, System.Collections.Generic.IDictionary<string,string> parameters);
static member ReadAsync : Microsoft.WindowsAzure.MobileServices.IMobileServiceTable * string * System.Collections.Generic.IDictionary<string, string> -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
<Extension()>
Public Function ReadAsync (table As IMobileServiceTable, query As String, parameters As IDictionary(Of String, String)) As Task(Of JToken)

パラメーター

table
IMobileServiceTable

読み取り元のテーブルのインスタンス。

query
String

実行するクエリ。

parameters
IDictionary<String,String>

要求 URI クエリ文字列に含めるユーザー定義パラメーターと値の辞書。

戻り値

Task<Newtonsoft.Json.Linq.JToken>

クエリの終了時に結果と共に返すタスク。

適用対象