Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 How do I generate a dbml file?

Author  Topic 

Xarzu
Starting Member

25 Posts

Posted - 2014-02-06 : 23:57:51
How do I generate a dbml file?

In a Visual Studio file, A project contains a DBML file that, when opened, shows a very cool representation graphical of a database and all the interconnections between the tables.

I want that for another project for documentation purposes. The database already exists. So how do I get from the sql server database with all the key relationships and the proverbial whole nine yards to the cool graphic representation of ta DBML file as seen in visual studio.

I did some searching on the internet with several search engines and so far everything I see is working in the other direction such as "create database from DBML file? "

It seems to have something to do with LINQ but I have yet to find an explanation about this.
   

- Advertisement -