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.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | GetAsyncEnumerator() | Gets an enumerator that can be used to asynchronously enumerate the sequence. |