ASP. NET MVC 4.8 application uses DbLinq. Database has tables where column and table names are same:
CREATE TABLE Product ( Product CHAR(20) PRIMARY KEY );