最初に EF Db を使用すると、次の 2 つのテーブルが作成されます。
Table1: AppId, AppName, AppGuid [PK]
Table2: AppGuid [FK], Description, Url
EF は両方から 1 つのエンティティを作成できますか?
意味:
App:
AppId, AppName, AppGuid, Description, Url
アップデート
ありがとう。私は見方をしました。それをEFにマッピングしました。次のエラーが表示されます。Error 2 Error 111: Properties referred by the Principal Role App must be exactly identical to the key of the EntityType MaMDBModel.App referred to by the Principal Role in the relationship constraint for Relationship MaMDBModel.FK_AppsData_App. Make sure all the key properties are specified in the Principal Role. D:\MaM\Dev\MamAdmin_1.0\MaMDBEntityFramework\MaMModel.edmx 768 11 MaMDBEntityFramework
これは私のedmxです: