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