My company has made an Entity Framework model of the database with all of the relationships mapped out and I’d like to take a screenshots of that with all of the FKs included in it. But I can’t seem to figure out how to take a screenshot that includes all of that information. Any advice?
The “Export as Image” feature of Entity Framework generates an image that is too pixelated.
Why don’t you use the Microsoft SQL Server Management (Express) Studio Diagram Option?
(To display the names of your relationships you can use Database diagram -> Show releationship labels)
Or you can use Ctrl + the mousewheel to scroll in/out in Visual Studio and you the Snipping Tool to take a screenshot.
