0

in NHibernate, i invoke delete but update is invoked automatically!! i use FluentNhibernate Automapping.

Saw
  • 6,199
  • 11
  • 53
  • 104

1 Answers1

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