DomainManager<TData>.Query Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Builds an System.Linq.IQueryable`1 to be executed against a store supporting System.Linq.IQueryable`1 for querying data.
public abstract System.Linq.IQueryable<TData> Query ();
abstract member Query : unit -> System.Linq.IQueryable<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
Public MustOverride Function Query () As IQueryable(Of TData)
Returns
- System.Linq.IQueryable<TData>
An System.Linq.IQueryable`1 which has not yet been executed.
Implements
Remarks
See also Lookup which is the companion method for creating an System.Linq.IQueryable`1 representing a single item.