Click or drag to resize
IAsyncQueryable Interface
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 IAsyncQueryable

The IAsyncQueryable type exposes the following members.

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