How to create a dbml file?
In the Visual Studio file, the project contains a DBML file, which when opened shows a very cool representation of the graphical representation of the database and all the relationships between the tables.
I want this for another project for documentation purposes. The database already exists. So, how can I get all the key relationships and the notorious nine yards from the sql server database into a cool graphical representation of a DBML file, as seen in visual studio.
I have done several searches on the Internet with several search engines, and so far everything that I see is working in a different direction, for example, "create a database from a DBML file?"
Something seems to be related to LINQ, but I have not yet found an explanation about this.
source
share