标签: c# asp.net-mvc
string updatedVotes = string.Empty; updatedVotes = updatedVotes.Substring(0, updatedVotes.Length - 1); db.Entry(sch).State = EntityState.Modified; sch.Rates = updatedVotes; db.SaveChanges();
但代码无法编译,因为你在那里看到的错误,我还没有理解为什么。有人帮忙吗?