This commit is contained in:
sunkaixuan
2017-05-23 06:54:39 +08:00
parent ffdb1d51a2
commit ce4b68567b

View File

@@ -82,11 +82,6 @@ namespace SqlSugar
return reval;
});
}
private bool IsSystemTables()
{
var isSystemTables = Context.CurrentConnectionConfig is SystemTableConfig;
return isSystemTables;
}
#endregion
}
}