次の方法で共有


DbRawSqlQuery<TElement>.IDbAsyncEnumerable<TElement>.GetAsyncEnumerator メソッド

定義

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>要素を反復処理するために使用できる オブジェクト。

実装

属性

適用対象