共用方式為


ObjectQuery<T>.IDbAsyncEnumerable<T>.GetAsyncEnumerator 方法

定義

傳回 , IDbAsyncEnumerator<T> 列舉時會針對資料庫執行指定的 SQL 查詢。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Data.Entity.Infrastructure.IDbAsyncEnumerator<T> IDbAsyncEnumerable<T>.GetAsyncEnumerator ();
Function GetAsyncEnumerator () As IDbAsyncEnumerator(Of T) Implements IDbAsyncEnumerable(Of T).GetAsyncEnumerator

傳回

查詢結果。

實作

屬性

適用於