Visual Studio dropping 's' off of sql server tables -
when adding in tables sql server dbml, drop 's' off of table name. 1 example: when adding table 'alias' change name 'alia'. there way prevent happening?
method of adding tables:
1) connect database in server explorer tab
2) open tables folder
3) select tables , drag them open dbml window
if using entity framework, , adding tables via update wizard, there checkbox says "pluralize or singularize generated object names":
you can uncheck , leave table names alone.
update: looks drag/dropping dbml, try link:
linq sql: how stop auto generated object name being renamed?
Comments
Post a Comment