处理一对一的外键关系 - LightSwitch
我目前正在尝试在 LightSwitch 中添加一对一的外键关系。它位于 ID 和用户名之间。理想情况下,无论显示相关 ID,我都能够显示用户名。非常感谢任何帮助。
I am currently trying to add a one to one foreign key relationship in LightSwitch. It is between an ID and a username. Ideally I would be able to show the username wherever the related ID is displayed. Any help much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不支持一对一关系。支持一对一或零映射。请参阅 http://msdn.microsoft.com/en-us/library/ ff852044.aspx#多重性
one to one relationships are not supported. What is supported is one to one or zero mappings. See http://msdn.microsoft.com/en-us/library/ff852044.aspx#Multiplicity