Tagged Questions
2
votes
1answer
242 views
Is there a way to set custom pluralizations in EDM designer 2010?
I am using VS 2010 and I have an entity 'Person'.
The pluralization-service turns its plural to 'People', I want it to be Persons.
Is there a place where I can manage the pluralizations library?
0
votes
1answer
195 views
Entity Framework do not Pluralize my SQLServer database
I'm using .NET Framework 3.5. So I think the EF is also 3.5.
I saw something here: EF3.5 don't Singularize or Pluralize names.
Unfortunately in the current version of the Entity Framework, which ...
0
votes
1answer
215 views
Pluralization service in Entity Framework - Visual Studio 2008?
Does any one know if there is kinda implementation/addon for VS 2008 SP1 for pluralization service in entity framework like there is gonna b in vs 2010?
example:
In database:
Entity Order
...