System.Data.Entity.Infrastructure.Pluralization Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
CustomPluralizationEntry |
Represents a custom pluralization term to be used by the EnglishPluralizationService |
EnglishPluralizationService |
Default pluralization service implementation to be used by Entity Framework. This pluralization service is based on English locale. |
Interfaces
IPluralizationService |
Pluralization services to be used by the EF runtime implement this interface. By default the EnglishPluralizationService is used, but the pluralization service to use can be set in a class derived from DbConfiguration. |
Entity Framework