Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
Task ExecuteAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen there is no command object set
ORMQueryExecutionExceptionwhen an exception was caught during query execution
Remarks
Will store its value in the sequence parameters after execution
See Also