Click or drag to resize
QueryableExtensionMethodsExecuteAsync Method
Overload List
  NameDescription
Public methodStatic memberExecuteAsync(IQueryable)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Public methodStatic memberExecuteAsyncTResult(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 memberExecuteAsyncTResult(IQueryable, CancellationToken)
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Top
See Also