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 で並べ替えるようにデータを並べ替えたいと思っています。どうすればこれができるか教えてください。前もって感謝します。
試す
tableName.AsDataView().Sort = "itemId";