Support Db2

This commit is contained in:
sunkaixuan
2025-03-11 17:58:58 +08:00
parent e433ee7404
commit 597e02b35b

View File

@@ -440,6 +440,10 @@ namespace SqlSugar
{
return InstanceFactory.CustomDllName + "." + type + name;
}
else if (type == "DB2")
{
return "SqlSugar.DB2."+ type+ name;
}
else
{
//if (!string.IsNullOrEmpty(CustomDllName))