ActionQueryExecute Method |
Executes the query contained by the IQuery instance. If there was nothing to execute, 0 is returned.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax Public Function Execute As Integer
Return Value
Type:
Int32If a query is executed: the number of rows affected (if applicable), otherwise 0. If no query is executed: 1 (so callers won't see it as a concurrency exception)
Implements
IActionQueryExecuteExceptions See Also