mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-22 20:13:41 +08:00
Synchronization code
This commit is contained in:
@@ -127,6 +127,7 @@ namespace SqlSugar
|
|||||||
private static List<Expression> GetIncludesByNameStringParameters(Type type,EntityColumnInfo item)
|
private static List<Expression> GetIncludesByNameStringParameters(Type type,EntityColumnInfo item)
|
||||||
{
|
{
|
||||||
var parametres = new List<Expression> { };
|
var parametres = new List<Expression> { };
|
||||||
|
Check.ExceptionEasy(item == null, "\r\nThe \"IncludesByNameString\" method encountered an error. The navigation object does not exist. Please check the parameters and navigation configuration.", "IncludesByNameString方法出错,导航对象不存在,请检查参数和导航配置");
|
||||||
var properyType = item.PropertyInfo.PropertyType;
|
var properyType = item.PropertyInfo.PropertyType;
|
||||||
var properyItemType = properyType;
|
var properyItemType = properyType;
|
||||||
if (properyType.FullName.IsCollectionsList())
|
if (properyType.FullName.IsCollectionsList())
|
||||||
|
Reference in New Issue
Block a user