mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Performance optimization
This commit is contained in:
@@ -254,6 +254,8 @@ namespace SqlSugar
|
||||
CheckType(bind.DoubleThrow, bindProperyTypeName, validPropertyName, propertyName);
|
||||
if (bindProperyTypeName == "double")
|
||||
method = isNullableType ? getConvertDouble : getDouble;
|
||||
if(bindProperyTypeName=="single")
|
||||
method = isNullableType ? getConvertFloat : getFloat;
|
||||
break;
|
||||
case CSharpDataType.Guid:
|
||||
CheckType(bind.GuidThrow, bindProperyTypeName, validPropertyName, propertyName);
|
||||
|
Reference in New Issue
Block a user