Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
int ExecuteActionQuery(
	IActionQuery queryToExecute
)

Parameters

queryToExecute
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
ActionQuery to execute.

Return Value

Type: Int32
execution result, which is the amount of rows affected (if applicable)
See Also