IDomainManager<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 IQueryable<T> to be executed against a store supporting IQueryable<T> for querying data.
public System.Linq.IQueryable<TData> Query ();
abstract member Query : unit -> System.Linq.IQueryable<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Public Function Query () As IQueryable(Of TData)
Returns
IQueryable<TData>
An IQueryable<T> which has not yet been executed.
Remarks
See also Lookup which is the companion method for creating an IQueryable<T> representing a single item.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET