Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

getting the row of max value c# linq

var result = table.OrderByDescending(x => x.Status).First();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #row #max #linq
ADD COMMENT
Topic
Name
5+3 =