IDbAsyncEnumerable.GetAsyncEnumerator Method

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

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

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

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Function GetAsyncEnumerator As IDbAsyncEnumerator
'Usage
Dim instance As IDbAsyncEnumerable 
Dim returnValue As IDbAsyncEnumerator 

returnValue = instance.GetAsyncEnumerator()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator GetAsyncEnumerator()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator^ GetAsyncEnumerator()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetAsyncEnumerator : unit -> IDbAsyncEnumerator
function GetAsyncEnumerator() : IDbAsyncEnumerator

Return Value

Type: System.Data.Entity.Infrastructure.IDbAsyncEnumerator
Enumerator for asynchronous enumeration over the sequence.

See Also

Reference

IDbAsyncEnumerable Interface

System.Data.Entity.Infrastructure Namespace