| IDataAccessAdapterExecuteActionQueryAsync Method  | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
SyntaxTask<int> ExecuteActionQueryAsync(
	IActionQuery queryToExecute,
	CancellationToken cancellationToken
)
Function ExecuteActionQueryAsync ( 
	queryToExecute As IActionQuery,
	cancellationToken As CancellationToken
) As Task(Of Integer)
Parameters
- queryToExecute
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
ActionQuery to execute. - cancellationToken
 - Type: System.ThreadingCancellationToken
The cancellation token. 
Return Value
Type: 
TaskInt32
            execution result, which is the amount of rows affected (if applicable)
            
See Also