Click or drag to resize
IOrderedAsyncQueryable Interface
Ordered asynchronous enumerable sequence represented by an expression tree.

Namespace: System.Linq
Assembly: System.Interactive.Async.Providers (in System.Interactive.Async.Providers.dll) Version: 1.2.0.0
Syntax
C#
public interface IOrderedAsyncQueryable : IAsyncQueryable

The IOrderedAsyncQueryable type exposes the following members.

Properties
  NameDescription
Public propertyElementType
Gets the type of the elements in the sequence.
(Inherited from IAsyncQueryable.)
Public propertyExpression
Gets the expression representing the sequence.
(Inherited from IAsyncQueryable.)
Public propertyProvider
Gets the query provider used to execute the sequence.
(Inherited from IAsyncQueryable.)
Top
See Also