IDomainManager<TData>.Query Method ()
Builds an IQueryable<T> to be executed against a store supporting IQueryable<T> for querying data.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Syntax
IQueryable<TData> Query()
IQueryable<TData>^ Query()
abstract Query : unit -> IQueryable<'TData>
Function Query As IQueryable(Of TData)
Return Value
Type: System.Linq.IQueryable<TData>
An IQueryable<T> which has not yet been executed.
Remarks
See also M:Lookup which is the companion method for creating an IQueryable<T> representing a single item.
See Also
IDomainManager<TData> Interface
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace
Return to top