- 兼容 Vb.Net 无法使用 IncludeMany 的问题;#140

This commit is contained in:
28810
2019-12-21 20:31:08 +08:00
parent f5128f3308
commit 5b33e2d062
3 changed files with 35 additions and 5 deletions

View File

@ -386,6 +386,7 @@ namespace FreeSql.Internal.CommonProvider
var expBody = navigateSelector?.Body;
if (expBody == null) return this;
if (expBody.NodeType == ExpressionType.Convert) expBody = (expBody as UnaryExpression)?.Operand;
MethodCallExpression whereExp = null;
int takeNumber = 0;
Expression<Func<TNavigate, TNavigate>> selectExp = null;