Share via


DbSet<TEntity>.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable Property

Definition

Returns an IAsyncEnumerable<T> which when enumerated will asynchronously execute the query against the database.

System.Collections.Generic.IAsyncEnumerable<TEntity> Microsoft.EntityFrameworkCore.Query.Internal.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable { get; }

Property Value

IAsyncEnumerable<TEntity>

The query results.

Implements

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

Applies to