MongoDomainManager(Of TData).IDomainManager(Of TData).QueryAsync Method (ODataQueryOptions)

 

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

Private Function QueryAsync (
	query As ODataQueryOptions
) As Task(Of IEnumerable(Of TData))
	Implements IDomainManager(Of TData).QueryAsync

Return Value

Type: System.Threading.Tasks.Task(Of IEnumerable(Of TData))
Return to top
Show: