IMobileServiceTableQuery<T>.Query Property

Definition

Gets the underlying IQueryable associated with this query.

public System.Linq.IQueryable<T> Query { get; set; }
member this.Query : System.Linq.IQueryable<'T> with get, set
Public Property Query As IQueryable(Of T)

Property Value

Applies to