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!
Asked
Active
Viewed 1,303 times
1 Answers
4
SelectBeforeUpdate()
in your ClassMap
.

James Gregory
- 14,173
- 2
- 42
- 60
-
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