不要在流畅的nhibernate / nhibernate中强制使用外键约束

时间:2011-09-15 17:55:12

标签: sql-server-2008 nhibernate fluent-nhibernate

我想知道你如何设置流利的nhibernate来告诉关系不应该“强制执行外键约束”

http://gyazo.com/6a1cf3014b0650eb3ff5e05f855abf69

您是否将引用设置为Nullable?

1 个答案:

答案 0 :(得分:1)

在FluentNHibernate中,'NotFound.Ignore()'可能会做你需要的,例如:

References(x => x.Parent).NotFound.Ignore();