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