mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 增加 [Navigate(xx, TempPrimary = xx)] 与非主键关联;(仅支持查询)
This commit is contained in:
		@@ -377,7 +377,7 @@ namespace FreeSql
 | 
			
		||||
                        continue;
 | 
			
		||||
                    }
 | 
			
		||||
                    if (cascade == false) continue;
 | 
			
		||||
                    var tbref = table.GetTableRef(prop.Name, false);
 | 
			
		||||
                    var tbref = table.GetTableRef(prop.Name, false, false);
 | 
			
		||||
                    if (tbref == null) continue;
 | 
			
		||||
                    var boundaryAttr = GetPropertyBoundaryAttribute(prop, boundaryName);
 | 
			
		||||
                    if (boundaryAttr?.Break == true) continue;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user