c# slect from list with max value code example Example: getting the row of max value c# linq var result = table.OrderByDescending(x => x.Status).First();