如何使用 Fluent NHibernate AutoMapping 更改架构
在我的数据库中,每个表都属于一个模式(例如,人)。我正在使用 Fluent NHibernate 和 Automapping,我的问题是如何设置我想要使用的模式。
In my database every table belongs to a schema (Person for example.) I am using Fluent NHibernate with Automapping and my question is how I set the schema I want to use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用约定,特别是
IClassConvention
。Use a convention, specifically an
IClassConvention
.