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