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

EnumerableQuery(Of T) Properties

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

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

  NameDescription
Explicit interface implemetation Private property IQueryable.ElementType Gets the type of the data in the collection that this instance represents.
Explicit interface implemetation Private property IQueryable.Expression Gets the expression tree that is associated with or that represents this instance.
Explicit interface implemetation Private property IQueryable.Provider Gets the query provider that is associated with this instance.
Top

Show:
© 2017 Microsoft