linq to get a row with a highest value code example Example: getting the row of max value c# linq var result = table.OrderByDescending(x => x.Status).First();