I have a problem that new created edmx doesn't pluralize added entities set, instead it appends "Set" to the Entity name:

  • Entity name: Person
  • Entity set name: PersonSet

I thought that it should pluralize by default and I don't change anything in Visual.

EDIT: For edmx created from existing database there is an option to chose if it should pluralize or not, also in designer part of edmx is that option, but I don't wanna change that and lose changes after every update:

<edmx:Options>
  <DesignerInfoPropertySet>
    <DesignerProperty Name="ValidateOnBuild" Value="true" />
    <DesignerProperty Name="EnablePluralization" Value="False" />
  </DesignerInfoPropertySet>
</edmx:Options>
link|improve this question

55% accept rate
Nevermind, I was blind, this option is also available in Properties of edmx file. – mrzepa Aug 1 '11 at 21:42
1  
There is also a setting in Visual Studio itself: Tools -> Options -> Database Tools -> O/R Designer -> Pluralization of Names. I've also encountered the problem when using a non-english OS. – J. Tihon Aug 1 '11 at 21:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.