Click or drag to resize
GeneralConnectionExecuteScalar Method
Executes the query and returns the first column of the first row in the result set returned by the query. Additional columns or rows are ignored.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual Object ExecuteScalar(
	QueryParameters query
)

Parameters

query
Type: CMS.DataEngineQueryParameters
Query parameters.

Return Value

Type: Object
See Also