Click or drag to resize
LogControlGetMaximumValueT Method
Gets the maximum value in type T from the given column within the table table.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax
C#
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: T
See Also