是否有适用于 Active Directory 的 FluentNHibernate 提供程序?
我想使用 FluentNHibernate 将 Active Directory 用户对象映射到 POCO 对象,但在 FluentNHibernate.Cfg.Db 命名空间中找不到允许我设置连接的提供程序。这是 WCF RIA 服务的数据层。有办法做到这一点吗?
I would like to use FluentNHibernate to map an Active Directory user object to a POCO object but can't find a provider in the FluentNHibernate.Cfg.Db namespace that will allow me to setup the connection. This is the data layer of a WCF RIA Service. Is there a way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,没有。
您需要实现自己的 NHibernate
Driver
来完成此任务。No, there isn't.
You will need to implement your own NHibernate
Driver
to accomplish this.