| ISequenceRetrievalQueryExecuteAsync Method  | 
 
            Async variant of 
Execute.
            Executes the scalar query contained in this object. (Executed with ExecuteScalar())
            Expects that the command can be executed without problems.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
SyntaxTask ExecuteAsync(
	CancellationToken cancellationToken
)
Function ExecuteAsync ( 
	cancellationToken As CancellationToken
) As Task
Parameters
- cancellationToken
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Return Value
Type: 
Task
Exceptions
Remarks
            Will store its value in the sequence parameters after execution
            
See Also