DbSet<TEntity>.AsAsyncEnumerable Metoda

Definice

Vrátí tento objekt zadaný jako IAsyncEnumerable<T>.

public virtual System.Collections.Generic.IAsyncEnumerable<TEntity> AsAsyncEnumerable ();
abstract member AsAsyncEnumerable : unit -> System.Collections.Generic.IAsyncEnumerable<'Entity (requires 'Entity : null)>
override this.AsAsyncEnumerable : unit -> System.Collections.Generic.IAsyncEnumerable<'Entity (requires 'Entity : null)>
Public Overridable Function AsAsyncEnumerable () As IAsyncEnumerable(Of TEntity)

Návraty

IAsyncEnumerable<TEntity>

Tento objekt.

Poznámky

Další informace a příklady najdete v tématu Dotazování na data pomocí EF Core .

Platí pro