BPM C# foreach loop with OrderBy string as int

I just did a search on google, and found several references to using a sql function… like this… maybe something to try.

.OrderByDescending(SqlFunctions.StringConvert((double)t.Key5))
2 Likes