为什么我不能创建多个字段的关联?
我正在尝试创建此关联,但 VS 告诉我这是不可能的。
I'm trying to create this association but VS tells me that cannot be possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我正在尝试创建此关联,但 VS 告诉我这是不可能的。
I'm trying to create this association but VS tells me that cannot be possible.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
好吧,在您的示例中,这意味着:
Range1ID
、Range2ID
、Range3ID
和Range4ID
都需要相等(它们之间以及与RangeID
)。如果它们始终相等,则不需要单独的字段。Well, in your example, this would mean that:
Range1ID
,Range2ID
,Range3ID
andRange4ID
all need to be equal (among themselves and toRangeID
). If they are always equal, you don't need separate fields.