RetrievalQueryExecuteScalar Method |
Executes the query contained by the IQuery instance as a scalar query.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public Object ExecuteScalar()
Public Function ExecuteScalar As Object
Return Value
Type:
Objectthe value returned by the scalar execution of the query
Implements
IRetrievalQueryExecuteScalarSee Also