Click or drag to resize

ActionQueryCoreExecute Method

Executes the query contained by the IQuery instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public virtual int Execute()

Return Value

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

Implements

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