DbSet<TEntity>.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable Свойство

Определение

Возвращает объект , IAsyncEnumerable<T> который при перечислении будет асинхронно выполнять запрос к базе данных.

System.Collections.Generic.IAsyncEnumerable<TEntity> Microsoft.EntityFrameworkCore.Query.Internal.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable { get; }
member this.Microsoft.EntityFrameworkCore.Query.Internal.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable : System.Collections.Generic.IAsyncEnumerable<'Entity (requires 'Entity : null)>
 ReadOnly Property AsyncEnumerable As IAsyncEnumerable(Of TEntity) Implements IAsyncEnumerableAccessor(Of TEntity).AsyncEnumerable

Значение свойства

IAsyncEnumerable<TEntity>

Результаты запроса.

Реализации

Microsoft.EntityFrameworkCore.Query.Internal.IAsyncEnumerableAccessor`1.AsyncEnumerable

Применяется к