报错:Data is Null. This method or property cannot be called on Null values.
原因之一是数据库中数值类型的字段未设置非空,Model类中的数据类型应当加上?,否则会报此错误
报错:Unable to cast object of type 'System.Int32' to type 'System.String
解决方案:找出Model类中定义成string类型的字段,改为int类型
标签:常见,System,报错,Model,Null,type,类中 From: https://www.cnblogs.com/ruant/p/17346801.html