mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-07 08:50:52 +08:00
Updated 实体关系 (markdown)
2
实体关系.md
2
实体关系.md
@@ -12,6 +12,8 @@
|
||||
|
||||
[《导航属性【到底】可以解决什么问题?》](https://www.cnblogs.com/kellynic/p/13575053.html)
|
||||
|
||||
> 预热说明:导航属性加载,因为要解决死循环引用问题,当引用关系很复杂的时候,有可能导致首次使用导航属性失败,第二次就可以了。解决办法可以程序启动时就预热所有实体类,循环执行 fsql.Select\<object\>().AsType(实体类);
|
||||
|
||||
# 自定义导航关系
|
||||
|
||||
```csharp
|
||||
|
||||
Reference in New Issue
Block a user