Share via


StorageDomainManager<TData>.IDomainManager<TData>.Query Method ()

 

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

Syntax

IQueryable<TData> IDomainManager<TData>.Query()
private:
virtual IQueryable<TData>^ Query() sealed = IDomainManager<TData>::Query
private abstract Query : unit -> IQueryable<'TData>
private override Query : unit -> IQueryable<'TData>
Private Function Query As IQueryable(Of TData)
    Implements IDomainManager(Of TData).Query

Return Value

Type: System.Linq.IQueryable<TData>

Implements

IDomainManager<TData>.Query()

See Also

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

Return to top