Search code examples
c#linq-to-sqlpluralize

Pluralize English words Like LINQ to SQL Does


Possible Duplicate:
Pluralize - Singularize

The C# 4.0 (maybe older versions, but I've only tested with 4.0) Linq-to-SQL generator will pluralize your table names; even tough plurals like Territory. It knows that Territories is the plural. Is there anyway to access this pluralization function?


Solution

  • System.Data.Entity.Design.PluralizationServices.PluralizationService

    EDIT Linking the (older) answer in the (older) question, as eglasias suggests. Go forth and upvote, he deserves the rep.