Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试对亚音速 DAL 集合进行排序(ORDER BY)
New templateController.FetchAll().OrderByDesc("Name")
但它不是排序。我错过了什么吗?
将此用作解决方案
New SubSonic.Select().From(Templatedata.Schema).OrderAsc("Name").ExecuteTypedList(Of Templatedata)()