報錯信息:LINQ to Entities does not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression 參考 ...
報錯信息:LINQ to Entities does not recognize the method 'System.String ToString()' method, and this method cannot be translated into a store expression
因為linq中使用了.ToString()方法,導致程式報錯,只需要把使用.ToString()方法的欄位單獨拿出來賦值使用即可解決。
我按照參考方案裡面的解決方法把我的代碼修改成截圖中展示的方式就解決了這個報錯問題。