TableController(Of TData).Query Method ()
Provides a helper method for querying a backend store. It deals with any exceptions thrown by the IDomainManager(Of TData) and maps them into appropriate HTTP responses.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Return Value
Type: System.Linq.IQueryable(Of TData)An IQueryable(Of T) returned by the IDomainManager(Of TData).
Show: