DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 , IDbAsyncEnumerable<T> 當列舉會針對資料庫執行 SQL 查詢時。
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
System.Data.Entity.Infrastructure.IDbAsyncEnumerator<TElement> IDbAsyncEnumerable<TElement>.GetAsyncEnumerator ();
Function GetAsyncEnumerator () As IDbAsyncEnumerator(Of TElement) Implements IDbAsyncEnumerable(Of TElement).GetAsyncEnumerator
傳回
IDbAsyncEnumerator<TElement>
IDbAsyncEnumerable<T>可用來逐一查看元素的物件。
實作
- 屬性