Dim dt As New DataTable()

dt.DefaultView.Sort = "Number,ID" '將DataTable排序

dt = dt.DefaultView.ToTable()


arrow
arrow

    Roger 發表在 痞客邦 留言(0) 人氣()