MVC中数据库表如果是一对一的主键关系时要加[Required]不然会出错Unable to determine the principal end of an association between the types

简介: Unable to determine the principal end of an association between the types '***. The principal end of this association must be explicitly configured us...

Unable to determine the principal end of an association between the types '***. The principal end of this association must be explicitly configured using either the relationship fluent API or data annotations.

 

 [Required]  
 public virtual User User { get; set; }

 解决的是如下情况:

学习交流群:364976091
相关文章
|
7月前
|
监控 关系型数据库 MySQL
轻松入门MySQL:主键设计的智慧,构建高效数据库的三种策略解析(5)
轻松入门MySQL:主键设计的智慧,构建高效数据库的三种策略解析(5)
377 0
|
7月前
|
XML 关系型数据库 MySQL
【Mysql】有关数据库中一对多/一对一,多对一xml中文件映射问题
【Mysql】有关数据库中一对多/一对一,多对一xml中文件映射问题
61 0
|
7月前
|
关系型数据库 数据库 索引
关系型数据库主键的非空性
【5月更文挑战第15天】
77 2
|
7月前
|
关系型数据库 数据库 索引
关系型数据库主键的唯一性
【5月更文挑战第15天】
159 2
|
4月前
|
安全 数据管理 关系型数据库
深入理解数据库主键
【8月更文挑战第31天】
119 0
|
6月前
|
存储 SQL 关系型数据库
MySQL数据库——SQL优化(1/3)-介绍、插入数据、主键优化
MySQL数据库——SQL优化(1/3)-介绍、插入数据、主键优化
293 1
|
6月前
|
SQL 关系型数据库 Java
有大批量的数据导入到数据库,规则是数据库有相应主键的就update没有就insert怎么做效率快
有大批量的数据导入到数据库,规则是数据库有相应主键的就update没有就insert怎么做效率快
116 1
|
7月前
|
算法 关系型数据库 数据库
|
7月前
|
关系型数据库 数据库
关系型数据库表结构设计的主键的简单性
【5月更文挑战第16天】关系型数据库表结构设计的主键的简单性
61 2
|
7月前
|
关系型数据库 数据库 数据库管理
下一篇
DataWorks