Update dbml SQL Server Compact files

81 Views Asked by At

I'm working on a project that I did not initially do. I have created a new table in a SQL Server Compact database (DbRecipes).

In the Visual Studio 2010 solution, I have the DbRecipes.dbml Linq-to-SQL model file with the self-produced DbRecipes.designer.cs file from the program.

How do I do this to update the DbRecipes file with the new table?

Thanks so much

0

There are 0 best solutions below