IDataAccessAdapterExecuteActionQuery Method  | 
 
            Executes the passed in action query and, if not null, runs it inside the passed in transaction.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxint ExecuteActionQuery(
	IActionQuery queryToExecute
)
Function ExecuteActionQuery ( 
	queryToExecute As IActionQuery
) As Integer
Parameters
- queryToExecute
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
ActionQuery to execute. 
Return Value
Type: 
Int32execution result, which is the amount of rows affected (if applicable)
See Also