如何使用 Fluent Hibernate 从 T4 模板生成 LINQ2SQL 类
我之前问过一个类似的问题但没有得到回答,我想了解如何我使用 T4 模板生成 LINQ2SQL 类。我正在使用(或尝试使用)尖锐的架构。只是找不到起点。
我所做的:我浏览了许多教程博客,这些博客描述了使用 T4 模板生成代码,但找不到如何从数据库生成实体类或 linq2sql 类的方法,就像在实体框架中所做的那样。我是否必须手动编写映射,然后使用数据库生成类,或者如果我的问题看起来含糊或措辞不正确怎么办,抱歉,但这就是我目前对 T4 和 Fluent Hibernate 的全部了解。
我将不胜感激任何指导/帮助......
I have asked a similar question before which was not answered, i am trying to understand how can i generate LINQ2SQL classes using T4 templates. I'm using (or trying to use) sharp architecture. just couldn't find the starting point.
What i have done: i have gone through many tutorials blogs that describe code generation using the T4 templates but couldn't find a way how can i generate the entity classes or linq2sql classes from the database like its done in the Entity Framework. Do i have to hand write the mappings and then the classes will be generated using the database or what if my question seems vague or not properly phrased, sorry for that but thats all i have of T4 and Fluent Hibernate at the moment.
I'll be grateful for any guidance/help ...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Sharp 架构在幕后使用 NHibernate。我认为它也不支持 Linq2Sql。使用 Linq2Sql(入门)或 Sharp architecutre。
sharp architecture is using NHibernate under the covers. I don't think it supports Linq2Sql as well. Either use Linq2Sql (Getting started) or sharp architecutre.
LLBLGen 可以从关系数据模型生成 Linq2Sql,LLBLGen 会让您快速上手。
LLBLGen can generate Linq2Sql from a relational data model, LLBLGen would get you going quickly.