LogControlGetMaximumValueT Method |
Gets the maximum value in type T from the given column within the table table.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected T GetMaximumValue<T>(
DataTable table,
string column
)
where T : IComparable
Parameters
- table
- Type: System.DataDataTable
Table with data - column
- Type: SystemString
Specifies table column where the max value is sought
Type Parameters
- T
- Comparable type
Return Value
Type:
TSee Also