mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Update access bug
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user