up vote 1 down vote favorite
1
share [g+] share [fb]

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!

link|improve this question

71% accept rate
feedback

1 Answer

up vote 4 down vote accepted

SelectBeforeUpdate() in your ClassMap.

link|improve this answer
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 Nov 25 '09 at 11:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.