views:

181

answers:

1

I'm trying to specify the "select-before-update" attribute in a ClassMap using Fluent NHibernate, but I'm not finding much on the web that shows what the right way to do it is. Does anyone know how to achieve this with Fluent NHibernate? Thanks!

+3  A: 

SelectBeforeUpdate() in your ClassMap.

James Gregory
Heh, I guess we are working with quite an old version of Fluent now! I got the latest version and only feel mildly stupid for asking a question with such an obvious answer :P Thanks
Niall Connaughton