Click or drag to resize
DataHelperGetScalarValue Method
Gets the first value from the given DataSet.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static Object GetScalarValue(
	DataSet ds
)

Parameters

ds
Type: System.DataDataSet
DataSet with the data

Return Value

Type: Object
See Also