oracle 值过多异常,带有EntityFramework的Oracle导致溢出异常:对于Int16,值太大或太小...
我有一个简单的linQ表达式var list = db.MyEntity.Where(x => x.fields =='stringdata') . toList();在运行时,此表达式抛出异常:[OverflowException: Value was either too large or too small for an Int16.]System.Convert.ToInt16(In...