ILLBLGenProQuery.ExecuteAsync Method |
Async variant of
Execute().
Executes the query this object represents.
Namespace:
SD.LLBLGen.Pro.LinqSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxTask<Object> ExecuteAsync()
Function ExecuteAsync As Task(Of Object)
Return Value
Type:
Task<Object>The query execution result.
See Also