在团队环境中工作,有人刚刚创建了一些我需要添加的表(EF 数据库优先设计)。
我选择了“从数据库更新模型...”,选择了新表,并得到了一个模糊的错误消息:
Unable to generate the model because of the following exception: 'The value for column 'DataType' in table 'TableDetails' is DBNull.
Unable to cast object of type 'System.DBNull' to type 'System.String'.
'.