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

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -