c# - Entity Framework Class Generation Naming Scheme -


is there way configure code generation naming conventions. have db several different schemes. classes being generated table names, several postfixed assending numbers. have table1, table2, ... tablex. schemename1_table, schemeblabla_table, ... schemewhatever_table.

is possible reasonable effort? i'm using c# in vs2012.

edit: should mention that:

  1. the database exists , may not modified.

  2. the tables being postfixed names exist in other schemes.

you cannot this. can use codefirst approach create mapping of classes database tables. in case have whole control on names of classes , properties


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

mysql - Trying to get RmySQL to work but not understanding bash's export or filesystem conventions -