Why am I getting "Microsoft.Data.SqlClient.SqlException: 'Invalid column name 'WarehouseBatchContentId'" When I am trying to get a WarehouseBatch? – Asp.net
I keep getting this error message even though the table I am trying to GetById() (a method from my generic repository) from doesn't have a WarehouseBatchContentId in it. I am trying to get the WarehouseBatchId which is in the WarehouseBatch…