SequenceRetrievalQueryExecute Method  | 
 
            Executes the scalar query contained in this object. (Executed with ExecuteScalar())
            Expects that the command can be executed without problems.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
Exceptions| Exception | Condition | 
|---|
| InvalidOperationException | When there is no command object set | 
| ORMQueryExecutionException | when an exception was caught during query execution | 
RemarksWill store its value in the sequence parameters after execution
See Also