Entity Framework 4 并使用 Poco 实体生成器生成 POCO 类
我通过从数据库更新 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看实体框架电动工具
http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d
Checkout Entity Framework Power Tools
http://visualstudiogallery.msdn.microsoft.com/72a60b14-1581-4b9b-89f2-846072eff19d