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.4.0.0 (5.4.0)
Syntax Task ExecuteAsync(
CancellationToken cancellationToken
)
Function ExecuteAsync (
cancellationToken As CancellationToken
) As Task
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
The cancellation token.
Return Value
Type:
TaskExceptions Remarks
Will store its value in the sequence parameters after execution
See Also