标签: entity-framework-6
我希望我的Business和Customer表都引用相同的Address表,因此我创建了多对多关系表" EntityAddress"
我的EntityAddress表有一个EntityID字段,我希望Business和Customer表共享。但是,当我在下面运行我的代码时,我的EntityAddress表具有自动创建的BusinessId和CustomerId字段。
知道为什么会这样吗?谢谢!
processQueue