mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
Synchronization code
This commit is contained in:
@@ -313,9 +313,13 @@ namespace SqlSugar
|
||||
{
|
||||
method = isNullableType ? getConvertStringGuid : getStringGuid;
|
||||
}
|
||||
else if (bindProperyTypeName == "xelement")
|
||||
else if (bindProperyTypeName == "xelement")
|
||||
{
|
||||
method = getXelement;
|
||||
method = getXelement;
|
||||
}
|
||||
else if (dbTypeName == "CHAR"&& DataRecord.GetDataTypeName(ordinal)=="CHAR(36)")
|
||||
{
|
||||
method = null;
|
||||
}
|
||||
break;
|
||||
case CSharpDataType.DateTime:
|
||||
|
||||
Reference in New Issue
Block a user