QueryableExtensionMethods.ExecuteAsync Method |
Name | Description | |
---|---|---|
![]() ![]() | ExecuteAsync(IQueryable) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|
![]() ![]() | ExecuteAsync<TResult>(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.
|
![]() ![]() | ExecuteAsync<TResult>(IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
|