IMobileServiceTableQuery<T>.Query
Property
Definition
Gets the underlying IQueryable associated with this query.
public System.Linq.IQueryable<T> Query { get; set; }
Property Value
IQueryable<T>