removing table prefix in linq2sql setup
Posted
by mrblah
on Stack Overflow
See other posts from Stack Overflow
or by mrblah
Published on 2009-11-25T21:25:41Z
Indexed on
2010/03/26
18:43 UTC
Read the original article
Hit count: 338
linq-to-sql
All my tables are prefixed with xx_
Is it possible to globally remove this and make the first character upper case?
© Stack Overflow or respective owner