System.Data.SqlClient.SqlException – Invalid column name ‘xyz’
The error System.Data.SqlClient.SqlException – Invalid column name ‘xyz’ occurs when SQL Server cannot find a column with the name xyz in the table or view specified in your query. This….