次の方法で共有


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

戻り値

クエリ結果。

実装

属性

適用対象