QueryableExtensionMethods.ToListAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | ToListAsync<TResult>(IQueryable<TResult>) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ToListAsync<TResult>(IQueryable<TResult>, CancellationToken) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
|