mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Support Db2
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user