Typed DataSets ADO.NET 2.0

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top