次の方法で共有


MobileServiceSQLiteStore.LookupAsync(String, String) メソッド

定義

public override System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> LookupAsync(string tableName, string id);
override this.LookupAsync : string * string -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public Overrides Function LookupAsync (tableName As String, id As String) As Task(Of JObject)

パラメーター

tableName
String
id
String

戻り値

Task<Newtonsoft.Json.Linq.JObject>

適用対象