| IDataAccessAdapter.ExecuteActionQueryAsync Method  | 
 
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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.ORMSupportClasses.IActionQuery
ActionQuery to execute. - cancellationToken
 - Type: System.Threading.CancellationToken
The cancellation token. 
Return Value
Type: 
Task<Int32>
            execution result, which is the amount of rows affected (if applicable)
            
See Also