DbSet<TEntity>.IAsyncEnumerableAccessor<TEntity>.AsyncEnumerable Właściwość

Definicja

Zwraca wartość IAsyncEnumerable<T> , która wyliczone spowoduje asynchroniczne wykonanie zapytania względem bazy danych.

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

Wartość właściwości

IAsyncEnumerable<TEntity>

Wyniki zapytania.

Implementuje

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

Dotyczy