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.
在动态数据中可以更改项目的顺序吗?我有一个主题列表,我想修改(通过一致性验证)OrderId 属性,你有一个简单的方法吗?
是的,DataAnnotations 中的 DisplayColumnAttribute 允许使用默认排序列。
public DisplayColumnAttribute(string displayColumn, string sortColumn, bool sortDescending );