mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update Queryable<(type name,type name2)>
This commit is contained in:
@@ -45,7 +45,7 @@ namespace SqlSugar
|
||||
var propertyType = propertyTypes[i];
|
||||
|
||||
var propertyInfo = tupleType.GetFields()[i];
|
||||
propertyInfo.SetValue(tupleInstance, UtilMethods.ChangeType2(propertyValue, propertyType));
|
||||
propertyInfo.SetValue(tupleInstance, UtilMethods.ChangeType2(propertyValue, propertyInfo.FieldType));
|
||||
}
|
||||
|
||||
// Add the tuple instance to the result list
|
||||
|
Reference in New Issue
Block a user