mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 00:10:55 +08:00
Updated Entity Relationship (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user