IDbAsyncEnumerable<T> Interface
Asynchronous version of the IEnumerable<T> interface that allows elements of the enumerable sequence to be retrieved asynchronously. This interface is used to interact with Entity Framework queries and shouldn't be implemented by custom classes.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | GetAsyncEnumerator() | Gets an enumerator that can be used to asynchronously enumerate the sequence. |