MobileServiceSQLiteStore.ReadAsync(MobileServiceTableQueryDescription) Method

Definition

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

Parameters

Returns

Task<Newtonsoft.Json.Linq.JToken>

Applies to