How to order by ascending in ASP.NET?

后端 未结 0 1471
失恋的感觉
失恋的感觉 2020-12-30 03:03

I want to sort by Module Code. I tried adding OrderBy(m => m.code) but the error says \'does not contain a definition for \'OrderBy\'...\'.

pu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题