mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
SqlSugar:Improve the NoSql extension
This commit is contained in:
@@ -282,6 +282,13 @@ namespace SqlSugar
|
||||
}
|
||||
}
|
||||
types = sbTypes.ToString();
|
||||
if (this.QueryBuilder?.Context?.Ado is AdoProvider adoProvider)
|
||||
{
|
||||
if (adoProvider.IsNoSql)
|
||||
{
|
||||
types = "NoSql";
|
||||
}
|
||||
}
|
||||
return keys;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user