Making EF Core properties backward compatible with Linq to Sql

后端 未结 0 580
天涯浪人
天涯浪人 2021-02-07 22:20

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 );


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题