mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
update
6
实体关系.md
6
实体关系.md
@@ -32,7 +32,11 @@ fsql.CodeFirst.ConfigEntity<实体类>(a => a
|
||||
|
||||
优先级,特性 > FluentApi
|
||||
|
||||
> 注意:属性设置 Column(IsIgnore = true) 后,导航属性会失效
|
||||
> 注意:
|
||||
|
||||
1、属性设置 Column(IsIgnore = true) 后,导航属性会失效
|
||||
|
||||
2、Navigate 设置的字符串是 类属性名,不是表 字段名!!!
|
||||
|
||||
# 约定配置
|
||||
|
||||
|
||||
Reference in New Issue
Block a user