Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
Object ExecuteScalar()

Return Value

Type: Object
the value returned by the scalar execution of the query
See Also