IDbAsyncEnumerable Interface

 

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.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public interface IDbAsyncEnumerable

NameDescription
System_CAPS_pubmethodGetAsyncEnumerator()

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