mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 兼容 Vb.Net 无法使用 IncludeMany 的问题;
This commit is contained in:
		@@ -386,7 +386,7 @@ namespace FreeSql.Internal.CommonProvider
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            var expBody = navigateSelector?.Body;
 | 
					            var expBody = navigateSelector?.Body;
 | 
				
			||||||
            if (expBody == null) return this;
 | 
					            if (expBody == null) return this;
 | 
				
			||||||
            if (expBody.NodeType == ExpressionType.Convert) expBody = (expBody as UnaryExpression)?.Operand;
 | 
					            if (expBody.NodeType == ExpressionType.Convert) expBody = (expBody as UnaryExpression)?.Operand; //- 兼容 Vb.Net 无法使用 IncludeMany 的问题;
 | 
				
			||||||
            MethodCallExpression whereExp = null;
 | 
					            MethodCallExpression whereExp = null;
 | 
				
			||||||
            int takeNumber = 0;
 | 
					            int takeNumber = 0;
 | 
				
			||||||
            Expression<Func<TNavigate, TNavigate>> selectExp = null;
 | 
					            Expression<Func<TNavigate, TNavigate>> selectExp = null;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user