IOrderedQueryable Methods
Collapse the table of content
Expand the table of content

IOrderedQueryable Methods

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

The IOrderedQueryable type exposes the following members.

  NameDescription
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast(Of TResult) Overloaded. Converts the elements of an IQueryable to the specified type. (Defined by Queryable.)
Public Extension Method Cast(Of TResult) Overloaded. Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType(Of TResult) Overloaded. Filters the elements of an IQueryable based on a specified type. (Defined by Queryable.)
Public Extension Method OfType(Of TResult) Overloaded. Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

Show:
© 2017 Microsoft