次の方法で共有


IMobileServiceLocalStore.ReadAsync(MobileServiceTableQueryDescription) メソッド

定義

クエリを実行してローカル テーブルからデータを読み取ります。

public System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken> ReadAsync (Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription query);
abstract member ReadAsync : Microsoft.WindowsAzure.MobileServices.Query.MobileServiceTableQueryDescription -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JToken>
Public Function ReadAsync (query As MobileServiceTableQueryDescription) As Task(Of JToken)

パラメーター

query
MobileServiceTableQueryDescription

MobileServiceTableQueryDescriptionローカル テーブルで実行されるクエリを定義する のインスタンス。

戻り値

Task<Newtonsoft.Json.Linq.JToken>

クエリに一致する項目を含む JObject または JArray のインスタンスを返すタスク。

適用対象