开发者

Subsonic 2 Order By sorting not working

开发者 https://www.devze.com 2023-01-11 00:23 出处:网络
I am trying to sort (ORDER BY ) a subsonic DAL collection New templateController.FetchAll().开发者_JAVA技巧OrderByDesc(\"Name\")

I am trying to sort (ORDER BY ) a subsonic DAL collection

New templateController.FetchAll().开发者_JAVA技巧OrderByDesc("Name")

But it is not sorting. Am I missing something?


Used this as a solution

New SubSonic.Select().From(Templatedata.Schema).OrderAsc("Name").ExecuteTypedList(Of Templatedata)()
0

精彩评论

暂无评论...
验证码 换一张
取 消