mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 16:00:52 +08:00
Updated Entity Relationship (markdown)
@@ -45,9 +45,9 @@ Priority: Attribute> FluentApi
|
||||
|
||||
> Note:
|
||||
|
||||
1、属性设置 Column(IsIgnore = true) 后,导航属性会失效
|
||||
1. Set `Column(IsIgnore = true)` on Property, then the navigation property will be invalid
|
||||
|
||||
2、Navigate 设置的字符串是 类属性名,不是表 字段名!!!
|
||||
2. The string set by Navigate is the property name of the type, NOT THE TABLE IR FIELD NAME.
|
||||
|
||||
## Detect Navigation Properties
|
||||
|
||||
@@ -181,8 +181,7 @@ Song, Tag, Song_tag, these three entities use the four relationships: OneToMany,
|
||||
|
||||
- [《CodeFirst Mode, Part 1: Entity Attributes》](Entity-Attributes)
|
||||
- [《CodeFirst Mode, Part 2: FluentApi》](FluentApi-Mode)
|
||||
|
||||
- [《从数据库导入特性,懒人专利》](%e5%af%bc%e5%85%a5%e6%95%b0%e6%8d%ae%e5%ba%93%e7%89%b9%e6%80%a7)
|
||||
|
||||
- [《CodeFirst Mode, Part 3: Custom Attributes》](Custom-Attributes)
|
||||
- [《CodeFirst Mode, Part 4: Type Mapping》](Type-Mapping)
|
||||
- [《Import Entity Configuration from Database》](Import-Entity-Configuration-from-Database)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user