| QueryableExtensionMethodsExecuteAsync Method |
| Name | Description | |
|---|---|---|
| ExecuteAsync(IQueryable) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
| |
| ExecuteAsyncTResult(IQueryable) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
| |
| ExecuteAsync(IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
| |
| ExecuteAsyncTResult(IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|