不允许多重性 - 相同主表中的2FK - 实体框架

时间:2017-09-13 06:04:22

标签: c# entity-framework entity-framework-6

var list = [
"one\r",
"two\r",
"three\r",
"four\r"]
console.log(list); // ok, output: [ 'one\r', 'two\r', 'three\r', 'four\r' ]
console.log(list.join(',')); // incorrect, outputs: ,foure

尝试在表格中添加第二个键。但显示多重性错误。 我该如何解决这个问题?

添加迁移时出现

错误消息:Menu_ParentMenu_Target :: Multiplicity在Role' Menu_ParentMenu_Target'中无效。在关系' Menu_ParentMenu'。由于Dependent Role属性不是关键属性,因此Dependent Role的多重性的上限必须为' *'。

0 个答案:

没有答案