- 优化 IncludeMany 三级导航对象自动 _included;#1113

This commit is contained in:
2881099
2022-05-23 01:09:15 +08:00
parent f300724210
commit b49c487906
2 changed files with 129 additions and 0 deletions

View File

@ -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) =>
{