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.
我有临时表,我想按 itemid 对数据进行排序。请帮助我如何做到这一点。先感谢您。
Try
tableName.AsDataView().Sort = "itemId";