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>可用于循环访问元素的对象。

实现

属性

适用于