| DataHelperGetScalarValue Method | 
            Gets the first value from the given DataSet.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Object GetScalarValue(
	DataSet ds
)
Parameters
- ds
- Type: System.DataDataSet
 DataSet with the data
Return Value
Type: 
Object See Also
See Also