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