Click or drag to resize
IAsyncQueryableT Properties

The IAsyncQueryableT generic 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