Classes Name using LINQ to SQL

0

When using LINQ to SQL when I put the tables in the dbml classes come in Plural, is there any way to put them in the singular?

    
asked by Pedro Ávila 01.11.2016 в 19:35
source

1 answer

1

Hello in Visual Studio do the following: In Tools - > Options - > Database Tools - > O / R Designer changes Pluralization of names to false. Then recompile the solution or generate the entities again if the project is in the testing phase.

    
answered by 02.11.2016 в 08:25