Share via


EntityDomainManager<TData>.IDomainManager<TData>.QueryAsync Method (ODataQueryOptions)

 

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

Syntax

Task<IEnumerable<TData>> IDomainManager<TData>.QueryAsync(
    ODataQueryOptions query
)
private:
virtual Task<IEnumerable<TData>^>^ QueryAsync(
    ODataQueryOptions^ query
) sealed = IDomainManager<TData>::QueryAsync
private abstract QueryAsync : 
        query:ODataQueryOptions -> Task<IEnumerable<'TData>>
private override QueryAsync : 
        query:ODataQueryOptions -> Task<IEnumerable<'TData>>
Private Function QueryAsync (
    query As ODataQueryOptions
) As Task(Of IEnumerable(Of TData))
    Implements IDomainManager(Of TData).QueryAsync

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<TData>>

Implements

IDomainManager<TData>.QueryAsync(ODataQueryOptions)

See Also

EntityDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top