James Ray Anderson

James Ray Anderson
James Ray Anderson
0 comments

Updating Schema of Typed Dataset (XSD)

4:07 PM
If you run into an issue where your database schema changed such as adding column, you can update your XSD in your .NET project by doing the following.

  1. Open up the project in Visual Studio.
  2. Open up your XSD.
  3. Right-click on the affected table/view/etc. and select Refresh.
  4. Rebuild your project.
If a stored procedure was changed or renamed, just:
  1. right-click and select Configure
  2. Choose the appropriate stored procedure.
  3. Click Finish.

0 comments:

 
Toggle Footer
Top