RetrievalQueryExecuteScalar 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.1.0.0 (5.1.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