Columns with data-type prefix cause “Type X is not a defined system type” error
问题 I'm working with a 3rd party database. Usually queries that I write in LINQPad and later translate to Entity Framework Core (2.1) work without any issues. However, not this time. When I try to use the column Status I'm getting the following SqlException : Class 16 byte LineNumber 1 int Message "Type Enumeration is not a defined system type." string Number 243 int Procedure "" string Server "..." string Source ".Net SqlClient Data Provider" string State 2 byte so I opend the SQL Server