Update access bug

This commit is contained in:
sunkaixuan
2022-11-13 15:43:33 +08:00
parent 6ea612c2d4
commit 3a256b90fa
3 changed files with 93 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ namespace SqlSugar.Access
{
public class AccessCodeFirst : CodeFirstProvider
{
protected override void ChangeKey(EntityInfo entityInfo, string tableName, EntityColumnInfo item)
{
}
protected override string GetTableName(EntityInfo entityInfo)
{
var table= this.Context.EntityMaintenance.GetTableName(entityInfo.EntityName);