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:
the database exists , may not modified.
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
Post a Comment