C# 如何以编程方式导出/保存 DBML 图?

发布于 2024-12-20 00:14:50 字数 155 浏览 1 评论 0原文

我们使用许多 Linq to DB 对象模型,每次发生更改时,我们都必须打开 DBML 设计界面并保存图表图像以用于文档目的。

是否有一种编程方式来生成 dbml 图像并将其保存为 JPG 或某种图像格式?

我所看到的只是如何手动执行此操作。

谢谢

We work with many Linq to DB object models and every time there's a change we have to open the DBML design surface and save out the diagram image for doc purposes.

Is there a programmatic way of generating an image of the dbml and saving it to a JPG or some image format?

All I've seen is how to do this manually.

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

毁虫ゝ 2024-12-27 00:14:50

您可以按照以下方式导出图表:

http://msdn.microsoft.com/ en-us/library/ff469815.aspx

you can export the diagram following the below:

http://msdn.microsoft.com/en-us/library/ff469815.aspx

Spring初心 2024-12-27 00:14:50

您可以将 DBML 文件“打印”到任何虚拟打印机,例如与 Microsoft Office Professional 捆绑在一起的 Microsoft Document Image Writer。这样您就可以获得 TIFF 格式的图像文件。

You can "print" the DBML file to any virtual printer like Microsoft Document Image Writer which comes bundled with Microsoft Office Professional. This way you get an image file in TIFF format.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文