/ Published in: C#
Expand |
Embed | Plain Text
dataview v=dt.defaultview; v.sort="columnName DESC"; dt=v.toTable();
You need to login to post a comment.
dataview v=dt.defaultview; v.sort="columnName DESC"; dt=v.toTable();
You need to login to post a comment.