| RetrievalQueryExecuteAsync Method  | 
 
            Async variant of 
Execute(CommandBehavior).
            Executes the query contained by the IQuery instance. The connection has to be opened before calling Execute().
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
Exceptions
Remarks
            Advances the returned datareader to the right resultset described by ResultsetNumber, if possible. If there are less
            resultsets than ResultsetNumber describes, the last resultset found is returned
            
See Also