↧
Import datastructure from dbml?!
Ok I got it. I think I just didn't really understand the code I posted...but now it's so obvious to me =)Thanks for the enlightenment :)
View ArticleImport datastructure from dbml?!
CreateDatabase shoudl create all tables and relations, but not the indexes. In order to do that, you can script the old database, and run the script agaiinst the new one.You could use the SQL Server...
View ArticleImport datastructure from dbml?!
Hi,I'm working on a small application which uses a sql ce database. I chose version 3.5 sp2 because I want to use linq.I created a database, added tables and relations and generated a .dmbl file to use...
View Article