We are using a database created several years ago, and would like to keep the table names the same.
All of our tables are named like: \"tbl_Orders\" but we would l
You can use the Table attribute or the fluent api to map between table names in your database and class names
[Table("tbl_Blogs")] public class Blog