Updated Entity Relationship (markdown)

2881099
2022-06-13 23:09:57 +08:00
parent a2c406c0b6
commit ddfac1bc9e

@@ -12,6 +12,8 @@ With navigation properties, multi-table query is very convenient. Directly using
[《What problems can navigation properties solve?》](https://www.cnblogs.com/kellynic/p/13575053.html)
> Warm up note: to load navigation attributes, you need to solve the problem of dead cycle reference. When the reference relationship is very complex, it may lead to the failure of using navigation attributes for the first time. The second time is enough. The solution is to preheat all entity classes when the program starts, and while execute fsql.Select\<object\>().Astype (entity type);
## Custom Navigation Relationship
```csharp