Entity Framework 4 并使用 Poco 实体生成器生成 POCO 类

发布于 2024-12-04 15:48:21 字数 262 浏览 1 评论 0原文

我通过从数据库更新 edmx 文件来生成 poco 类,并运行标准 POCO 实体生成器模板。

我想知道你们中是否有人编写过一个 T4 模板来生成包含每个字符串字段的最大字段长度的 Poco 类?

例如,如果我有一个表,其中包含名为 Title 的列,该列是 varchar(100) 列,我想生成 2 个字段。一 这是标准的“字符串标题”属性和相关的最大长度字段属性,例如“int?TitleMaxLength”

你们中的任何人都有关于如何执行此操作的示例吗?

I generate my poco classes by updating my edmx file from the database and run the standard POCO entity generator template.

I wonder if any of you has written a T4 template that generate Poco classes that contain a max field length for each string field?

For example, if I have a table with a column named Title that is a varchar(100) column, I would like to generate 2 fields. One That is the standard "string Title" property and the related max length field property like "int? TitleMaxLength"

Do any of you have an example on how to do this?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文