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?
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?
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.