Click or drag to resize
BatchActionQueryExecute Method
Executes all action queries in this batchactionquery, in the order in which they were added.

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
public int Execute()

Return Value

Type: Int32
The number of rows affected (if applicable) of all queries executed combined, otherwise 0.

Implements

IActionQueryExecute
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen there is no command object inside one or more query objects, or no connection object inside the query object
ORMQueryExecutionExceptionwhen an exception was caught during query execution
See Also