IDbAsyncEnumerator<T> Interface
Asynchronous version of the IEnumerator<T> 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 | |
---|---|---|
![]() | Current | Gets the current element in the iteration. |
Name | Description | |
---|---|---|
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | MoveNextAsync(CancellationToken) | Advances the enumerator to the next element in the sequence, returning the result asynchronously.(Inherited from IDbAsyncEnumerator.) |