从 nhibernate 中的表名获取完整的类名
使用NHibernate,在我的代码中,我知道表名是什么,例如“Site” - 但我需要通过知道这个例如“MyApp.Models.Site”来找出完整的类名是什么,
我需要能够以编程方式执行此操作。这可能吗?如果是这样怎么办?
如果有帮助的话,我正在使用 FluentNHibernate。
谢谢。
Using NHibernate, and in my code, I know what the table name is e.g. "Site" - but I need to find out what the full class name is just by knowing this e.g. "MyApp.Models.Site"
I need to be able to do this programmatically. Is this possible? If so how?
I'm using FluentNHibernate if this helps.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定你要什么,但如果你想找到哪个实体映射表,你可以使用这段代码
i'm not sure what you're asking for, but if you want to find which entity maps table, you can use this piece of code