How to select min and max values of a column in a datatable? February 23, 2023 by Tarik Easiar approach on datatable could be: int minLavel = Convert.ToInt32(dt.Compute("min([AccountLevel])", string.Empty));