IRetrievalQueryExecuteScalar Method  | 
 
            Executes the query contained by the IQuery instance as a scalar query. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
SyntaxFunction ExecuteScalar As Object
Return Value
Type: 
Objectthe value returned by the scalar execution of the query
See Also