无法将类型'string'隐式转换为'System.Collections.Generic.ICollection <fast.models.reviews>'

时间:2016-08-24 09:58:19

标签: 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();

但代码无法编译,因为你在那里看到的错误,我还没有理解为什么。有人帮忙吗?

0 个答案:

没有答案