【发布时间】:2009-08-14 20:14:15
【问题描述】:
我有一些表格,我无法将它们映射到地图。
aspnet_Users
UserId<PK>
//Other Fields
Table A(intermediate table)
UserId<PK>
Table B
UserId<PK>
Field1
Field2
Field3
是的,当我在其中添加这 3 个表时,我将与
建立一对一的关系aspnet_users 到表 A
或
表 A 到表 B
我需要
aspnetusers 到表 A 到表 B
我尝试添加此关联,但它无法正常工作。
Error 3021: Problem in Mapping Fragment starting at line 168: Each of the following columns in TableA is mapped to multiple conceptual side properties:
我该如何解决这个问题?
【问题讨论】: