Synchronization code

This commit is contained in:
sunkaixuan
2023-01-07 18:29:27 +08:00
parent 49fd674eff
commit 552fdc24a8

View File

@@ -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: