سؤال

I'm wondering...

  1. Do I need to re-create the database, when changing Cascade options inside my mapping classes ?

  2. What mapping options physically affects the database?

Thank you!

لا يوجد حل صحيح

نصائح أخرى

  1. No, you don't need. The cascade option are controlled by nhibernate, not by the database.

  2. Well, only the mappings that affects tables/columns/index/constraints structures.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top