lechengbo

Results 1 issues of lechengbo

In efcore, I use Z.EntityFramework.Plus.EFCore.dll in myproject, When I use “Db.Set().Where(st=>st.Id==1).Update(student=>new Student() { Name= tempName});” it give me a error;description:MySqlException: Duplicate column name 'Id'; I keep watch on Mysql,it produce...