IDbAsyncEnumerable<T>.GetAsyncEnumerator 方法
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得可用來以非同步方式列舉序列的列舉值。
命名空間: System.Data.Entity.Infrastructure
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")> _
Function GetAsyncEnumerator As IDbAsyncEnumerator(Of T)
'用途
Dim instance As IDbAsyncEnumerable
Dim returnValue As IDbAsyncEnumerator(Of T)
returnValue = instance.GetAsyncEnumerator()
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator<T> GetAsyncEnumerator()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1024:UsePropertiesWhereAppropriate")]
IDbAsyncEnumerator<T>^ GetAsyncEnumerator()
[<SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")>]
abstract GetAsyncEnumerator : unit -> IDbAsyncEnumerator<'T>
function GetAsyncEnumerator() : IDbAsyncEnumerator<T>
傳回值
類型:System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T>
非同步列舉序列的列舉值。