Removing table prefixes on ASP.NET MVC DataModel entities

Posted by Tim Shults on Stack Overflow See other posts from Stack Overflow or by Tim Shults
Published on 2010-03-26T18:51:08Z Indexed on 2010/03/26 18:53 UTC
Read the original article Hit count: 530

Filed under:
|
|

My database tables have prefixes on them and when the DataModel generates the EntityObjects they have the prefixes at the beginning of the class name. Is there anyway that I can have those prefixes ignored when the DataModel is updating/creating the classes?

I've found the below question, but with no solution. http://stackoverflow.com/questions/1800065/removing-table-prefix-in-linq2sql-setup/2525827#2525827

Thanks in advance,

Tim Shults

© Stack Overflow or respective owner

Related posts about prefix

Related posts about table