Typed DataSets ADO.NET 2.0

  • Thread starter Thread starter ngb
  • Start date Start date
N

ngb

For a project I have a typed dataset created ( by dragging tables/
views and configuring the appropriate queries ).

If the database schema for these tables is changed (e.g. few columns
get added), is it possible to automatically refresh the DataSet.
Right now, I see that the Fill query only has the previous columns
selected, the new added ones do not appear.

This is my first time using datasets, so wondering if the adapter
queries can be refreshed somehow.

Thanks.
 
Back
Top