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)

IQueryable<TData> Query()

Return Value

Type: System.Linq.IQueryable<TData>

An IQueryable<T> which has not yet been executed.

See also M:Lookup which is the companion method for creating an IQueryable<T> representing a single item.

Return to top
Show: