I just inherited a project with LinQ to SQL Database file. I need about half of the 100 plus database tables so I would like to Generate a database based off the DBML file and strip out the stuff I dont need.
Is there a way to do this?
I just inherited a project with LinQ to SQL Database file. I need about half of the 100 plus database tables so I would like to Generate a database based off the DBML file and strip out the stuff I dont need.
Is there a way to do this?
http://msdn.microsoft.com/en-us/library/bb399420.aspx
This should do the trick