2011年10月7日 星期五

DataTable store 排序


參考
c#:

dataview v=dt.defaultview;
v.sort="columnName DESC";
dt=v.toTable();


vb:
dim v as dataview=dt.defaultview
v.sort="columnName DESC"
dt=v.toTable()

沒有留言:

張貼留言