次の方法で共有


DbQuery<TResult>.IDbAsyncEnumerable<TResult>.GetAsyncEnumerator メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

列挙されたときにデータベースに対してクエリを実行する IDbAsyncEnumerator<T> を返します。

名前空間:  System.Data.Entity.Infrastructure
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")> _
Private Function GetAsyncEnumerator As IDbAsyncEnumerator(Of TResult)
    Implements IDbAsyncEnumerable(Of TResult).GetAsyncEnumerator
'使用
Dim instance As DbQuery 
Dim returnValue As IDbAsyncEnumerator(Of TResult)

returnValue = CType(instance, IDbAsyncEnumerable(Of TResult)).GetAsyncEnumerator()
[SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
IDbAsyncEnumerator<TResult> IDbAsyncEnumerable<TResult>.GetAsyncEnumerator()
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
private:
virtual IDbAsyncEnumerator<TResult>^ GetAsyncEnumerator() sealed = IDbAsyncEnumerable<TResult>::GetAsyncEnumerator
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private abstract GetAsyncEnumerator : unit -> IDbAsyncEnumerator<'TResult> 
[<SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")>]
private override GetAsyncEnumerator : unit -> IDbAsyncEnumerator<'TResult> 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

戻り値

型 : System.Data.Entity.Infrastructure.IDbAsyncEnumerator<TResult>
クエリ結果。

Implements

IDbAsyncEnumerable<T>.GetAsyncEnumerator()

参照

参照

DbQuery<TResult> クラス

System.Data.Entity.Infrastructure 名前空間