Microsoft.Data.SqlClient.SqlException: 'Invalid column name at runtime in ASP.Net core
Screenshot of errorI am getting an SQLException pointing at the 'GetAllItems()' method below in the ItemsService. "Invalid column name OrderID1" I have two entities, the Order and Item and I wanted the OrderID associated with each item to be display…