0

我正在使用Automapper读取访问数据库。读取字符串并获取异常:

System.Data.StrongTypingException was unhandled by user code
HResult=-2146232021
Message=The value for column 'MapBook' in table 'tblBidSetup' is DBNull.

它是一个字符串,所以肯定nullable。知道如何避免这种异常吗?

4

1 回答 1

-1

在 automapper 中使用 try catch 绕过错误

于 2013-11-11T16:07:46.530 回答