LINQ Assistance - orderby

Hi @Asz0ka,
have you seen this post ?, my method/code will do what you want and give you the information you need about the previous operations. all what you need is to add another foreach loop within the Db.LaborDtl and cast your info inside a one string or a string list (Var table)

EDIT: once you create this list you can use to sort it the way you want

List.OrderByDescending
1 Like