我正在使用Automapper
读取访问数据库。读取字符串并获取异常:
System.Data.StrongTypingException was unhandled by user code
HResult=-2146232021
Message=The value for column 'MapBook' in table 'tblBidSetup' is DBNull.
它是一个字符串,所以肯定nullable
。知道如何避免这种异常吗?
我正在使用Automapper
读取访问数据库。读取字符串并获取异常:
System.Data.StrongTypingException was unhandled by user code
HResult=-2146232021
Message=The value for column 'MapBook' in table 'tblBidSetup' is DBNull.
它是一个字符串,所以肯定nullable
。知道如何避免这种异常吗?