mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update InstanceFactory
This commit is contained in:
@@ -321,6 +321,10 @@ namespace SqlSugar
|
||||
{
|
||||
return "SqlSugar.GBase.GBase" + name;
|
||||
}
|
||||
else if (type == "Odbc")
|
||||
{
|
||||
return "SqlSugar.Odbc.Odbc" + name;
|
||||
}
|
||||
else if (type == "Custom")
|
||||
{
|
||||
return CustomNamespace + "."+CustomDbName + name;
|
||||
|
Reference in New Issue
Block a user