Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public Object ExecuteScalar()

Return Value

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

Implements

IRetrievalQueryExecuteScalar
See Also