Click or drag to resize
ISequenceRetrievalQueryExecute 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.3.0.0 (5.3.0)
Syntax
void Execute()
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen there is no command object set
ORMQueryExecutionExceptionwhen an exception was caught during query execution
Remarks
Will store its value in the sequence parameters after execution
See Also