ILLBLGenProQueryExecuteAsync 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.10.0.0 (5.10.0)
SyntaxTask<Object> ExecuteAsync()
Function ExecuteAsync As Task(Of Object)
Return Value
Type: 
TaskObjectThe query execution result.
See Also