SqlSet.AsAsyncEnumerable Method
Gets all elements in the set. The query is deferred-executed.
Namespace: DbExtensions
Assembly: DbExtensions.dll
Syntax
public IAsyncEnumerable<Object> AsAsyncEnumerable()
Return Value
IAsyncEnumerable<Object>
All elements in the set.