IDbAsyncEnumerable Interface

Definition

Asynchronous version of the IEnumerable interface that allows elements to be retrieved asynchronously. This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes.

public interface IDbAsyncEnumerable
type IDbAsyncEnumerable = interface
Public Interface IDbAsyncEnumerable
Derived

Methods

GetAsyncEnumerator()

Gets an enumerator that can be used to asynchronously enumerate the sequence.

Applies to