将 XML 注释添加到 LINQ to SQL 设计器生成的类属性

发布于 2024-07-04 18:54:11 字数 138 浏览 9 评论 0原文

我使用 Visual Studio 中的 LINQ to SQL 设计器来创建数据库的对象模型。 现在,我想向每个生成的属性添加 XML 注释,但我不知道如何在下次刷新 dbml 文件时不删除属性的情况下执行此操作。

如何才能做到这一点?

I used the LINQ to SQL designer in Visual Studio to create an object model of a database. Now, I want to add XML comments to each generated property but I can't figure out how to do it without erasing the properties the next time the dbml file is refreshed.

How can this be done?

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

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

发布评论

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

评论(2

宣告ˉ结束 2024-07-11 18:54:11

我相信自动生成的代码与 xml 注释保持同步是不可能的。 但是,XML 注释可以保留在单独的文件中(只需在“项目属性”->“构建”选项卡上设置“XML 文档文件”选项)。 您可以创建 XML 文档文件的初始版本,并在必要时手动更新

I believe it's not possible to keep xml comments in sync with autogenerated code automatically. However, xml comments can leave in separate file (just set "XML documentation file" option on "Project properties"->"Build" tab). You can create initial version of XML documentation file and update in manually if necessary

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