Share via


StorageDomainManager<TData>.QueryAsync Method (ODataQueryOptions)

 

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

Syntax

[DebuggerStepThroughAttribute]
public virtual Task<IEnumerable<TData>> QueryAsync(
    ODataQueryOptions query
)
public:
[DebuggerStepThroughAttribute]
virtual Task<IEnumerable<TData>^>^ QueryAsync(
    ODataQueryOptions^ query
)
[<DebuggerStepThroughAttribute>]
abstract QueryAsync : 
        query:ODataQueryOptions -> Task<IEnumerable<'TData>>
[<DebuggerStepThroughAttribute>]
override QueryAsync : 
        query:ODataQueryOptions -> Task<IEnumerable<'TData>>
<DebuggerStepThroughAttribute>
Public Overridable Function QueryAsync (
    query As ODataQueryOptions
) As Task(Of IEnumerable(Of TData))

Return Value

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

Implements

IDomainManager<TData>.QueryAsync(ODataQueryOptions)

See Also

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

Return to top