Dataview to Dataset

  • Thread starter Thread starter sonu
  • Start date Start date
You can't. A Dataset can contain 2zillion datatables each with tons of
views. You can use DataView.Table and work your way back up though.
 
I want to insert data filtered by dataview in dataset inform of new
datatable
how can i achive this?
 
Back
Top