Click or drag to resize
DataHelperGetMinimumValueT Method
Gets the minimum value from the given column.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static T GetMinimumValue<T>(
	DataTable dt,
	string column
)
where T : IComparable

Parameters

dt
Type: System.DataDataTable
Data table with the data
column
Type: SystemString
Column name

Type Parameters

T

Return Value

Type: T
See Also