EF4 Strip table prefixes on import

前端 未结 2 2001
抹茶落季
抹茶落季 2021-01-07 06:22

I am attempting to have table names automatically renamed to strip off a leading prefix in EF4. I know it can be done in the GUI, however, my company created the DB schema

2条回答
  •  自闭症患者
    2021-01-07 06:56

    I do not know about any build in feature for stripping table prefixes but you can open .edmx file as XML (use Open With in VS) and use simple replacing to replace prefix with nothing.

提交回复
热议问题