mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Dictionary As("Name") BUG
This commit is contained in:
@@ -31,7 +31,7 @@ namespace SqlSugar
|
||||
public virtual string GetTranslationTableName(string name)
|
||||
{
|
||||
Check.ArgumentNullException(name, string.Format(ErrorMessage.ObjNotExist, "Table Name"));
|
||||
if (name.IsContainsIn("(", ")", SqlTranslationLeft))
|
||||
if (name.IsContainsIn("(", ")", SqlTranslationLeft)&&name!= "Dictionary`2")
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user