1. Fluently.Configure() 2. .Database(/* your database settings */) 3. .Mappings(/* your mappings */) 4. .ExposeConfiguration(/* alter Configuration */) // optional 5. .BuildSessionFactory();
says the post on James blog? Tuna Toksöz http://tunatoksoz.com http://turkiyealt.net http://twitter.com/tehlike Typos included to enhance the readers attention! On Tue, Feb 17, 2009 at 9:11 AM, Karron Qiu <[email protected]> wrote: > > There is a property in FluentConfiguration, but it is internal... I > want to hold the Configuration in my application because of some > reasons. I can't use the ExposeConfiguration method. > > -- > Regards, > Karron > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
