MobileServiceLocalStore.ReadAsync(MobileServiceTableQueryDescription) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads data from local table by executing the query.
public abstract 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 MustOverride Function ReadAsync (query As MobileServiceTableQueryDescription) As Task(Of JToken)
Parameters
Instance of MobileServiceTableQueryDescription that defines the query to be executed on local table.
Returns
Task<Newtonsoft.Json.Linq.JToken>
A task that returns instance of JObject or JArray with items matching the query.
Implements
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.