in NHibernate, i invoke delete but update is invoked automatically!! i use FluentNhibernate Automapping.
Asked
Active
Viewed 61 times
0
-
3In Soviet Russia, entities delete you! – Diego Mijelshon Sep 30 '10 at 15:22
1 Answers
1
Check that each of your fields are mapped as NULLable as required. I've had a similar problem when I've forgotten to mark a field that is NULLable as NULLable in my mapping.

Tahbaza
- 9,486
- 2
- 26
- 39