Click or drag to resize

QueryableExtensionMethods.ExecuteAsync Method

Overload List
  NameDescription
Public methodStatic memberExecuteAsync(IQueryable)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Public methodStatic memberExecuteAsync<TResult>(IQueryable)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Public methodStatic memberExecuteAsync(IQueryable, CancellationToken)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Public methodStatic memberExecuteAsync<TResult>(IQueryable, CancellationToken)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Top
See Also