IDomainManager<TData>.QueryAsync Method (ODataQueryOptions)

 

Executes the provided query against a store.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Task<IEnumerable<TData>> QueryAsync(
	ODataQueryOptions query
)

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.

Return to top
Show: