I have in my database a lot of tables with the prefix "tbl", like tblCustomer, when generates the model using EF6 tool (Add->New Item->Data->ADO.NET Entity Data Model) and selecting Code First from database, EF generates all the Classes with the tbl as a prefix, how to edit the generation templates to take off those prefix?
Rowan Miller explained how to edit those generation templates in this post Customizing ‘Reverse Engineer Code First’ In The EF Power Tools but don't know how to do it with the new consolidated tools in EF 6
tbl
its the same as if no table starts withtbl
– crthompson