views:

21

answers:

1

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?

A: 

No, there isn't.

You will need to implement your own NHibernate Driver to accomplish this.

James Gregory