Is there a FluentNHibernate provider for Active Directory?
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 d开发者_如何学Cata layer of a WCF RIA Service. Is there a way to do this?
No, there isn't.
You will need to implement your own NHibernate Driver
to accomplish this.
精彩评论