QueryableExtensionMethodsExecuteAsync Method (IQueryable, CancellationToken) |
Executes the specified IQueryable's asynchronously. Requires the IQueryable to implement ILLBLGenProQuery.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax Exceptions Exception | Condition |
---|
ORMQueryExecutionException | source isn't implementing ILLBLGenProQuery. Can't execute the query asynchronously;null;null;null |
Remarks Not usable wrapped inside a Linq query. Use this method to execute a linq query asynchronously
See Also