c# - DBML: s letter added to my table names -


i'm using visual studio 2008

each time modify dbml through designer of table names in designer.cs file changed tablename tablenames leading reference errors in rest of project. names appear on dbml not changed.

where come ? setting ?

edit: happens tables have added through designer , tables have foreign key linking theme these tables.

it setting:

tools > options > database tools > o/r designer

and have pluralization of names option can switched :

enabled false


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -