getting the row of max value c# linq

66

getting the row of max value c# linq -

var result = table.OrderByDescending(x => x.Status).First();

Comments

Submit
0 Comments