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.5.0.0 (5.5.18.1019)
SyntaxPublic 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
IActionQueryExecute
Exceptions
See Also