Reputation: 89
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
Upvotes: 0
Views: 75