| DataHelperGetMaximumValueT Method (DataView, String) | 
            Gets the maximum value from the given column.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntaxpublic static T GetMaximumValue<T>(
	DataView dv,
	string column
)
where T : IComparable
Parameters
- dv
- Type: System.DataDataView
 Data table with the data
- column
- Type: SystemString
 Column name
Type Parameters
- T
Return Value
Type: 
T See Also
See Also