Question

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?

Was it helpful?

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.

OTHER TIPS

I'm not sure the Linq to SQL inflector is publicly accessible, but if you need an inflector you could use SubSonic's inflector, NCommon, uNhAddins, Castle ActiveRecord, etc.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top