C# linq lambda 字段类型转换 解决"LINQ to Entities does not recognize the method 'System.String ToString(Int32)' method, and this method cannot be translated into a store expression."
JobStatus= SqlFunctions.StringConvert((double)e.JobStatus)
JobStatus= SqlFunctions.StringConvert((double)e.JobStatus)