In DataTable
I could sorting with
dataTable.DefaultView.Sort = "SortField DESC";
I'm getting a DataSet
from database, I was wondering could I do a sorting on the DataSet
like how I do it in DataTable
.
In DataTable
I could sorting with
dataTable.DefaultView.Sort = "SortField DESC";
I'm getting a DataSet
from database, I was wondering could I do a sorting on the DataSet
like how I do it in DataTable
.