IQueryable(T) Properties
Collapse the table of content
Expand the table of content

IQueryable<T> Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The IQueryable<T> type exposes the following members.

  NameDescription
Public property ElementType Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from IQueryable.)
Public property Expression Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable.)
Public property Provider Gets the query provider that is associated with this data source. (Inherited from IQueryable.)
Top

Show:
© 2017 Microsoft