Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NHibernateでは、deleteを呼び出しますが、updateは自動的に呼び出されます!! FluentNhibernateAutomappingを使用しています。
各フィールドが必要に応じてNULL可能としてマップされていることを確認してください。マッピングでNULL可能であるフィールドをNULL可能としてマークするのを忘れたときに、同様の問題が発生しました。