| QueryableExtensionMethodsToListAsync Method |
| Name | Description | |
|---|---|---|
| ToListAsyncTResult(IQueryableTResult) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
| |
| ToListAsyncTResult(IQueryableTResult, CancellationToken) |
Executes source asynchronously and stores the results in a new List(Of TResult). Requires the IQueryable to implement ILLBLGenProQuery.
|