MobileServiceSQLiteStore.LookupAsync(String, String) Method

Definition

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)

Parameters

tableName
String
id
String

Returns

Task<Newtonsoft.Json.Linq.JObject>

Applies to