IDomainManager<TData>.QueryAsync Method (ODataQueryOptions)
Executes the provided query against a store.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Parameters
- query
-
Type:
System.Web.Http.OData.Query.ODataQueryOptions
The ODataQueryOptions query to execute.
Return Value
Type: System.Threading.Tasks.Task<IEnumerable<TData>>An IEnumerable<T> representing the result of the query.
See also M:LookupAsync which is the companion method for executing a lookup for a single item.
Show: