IOrderedQueryable Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The IOrderedQueryable type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone 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 propertySupported by Silverlight for Windows Phone Expression Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable.)
Public propertySupported by Silverlight for Windows Phone Provider Gets the query provider that is associated with this data source. (Inherited from IQueryable.)

Top