mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
- 优化 IncludeMany 三级导航对象自动 _included;#1113
This commit is contained in:
@ -641,6 +641,7 @@ namespace FreeSql.Internal.CommonProvider
|
||||
if (tbref.Columns.Any() == false) throw throwNavigateSelector;
|
||||
}
|
||||
|
||||
if (members.Count >= 2) _isIncluded = true;
|
||||
#if net40
|
||||
Action<object, bool> includeToListSyncOrAsync = (listObj, isAsync) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user