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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET