IPluralizationService Interface
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.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Pluralize(String) | Pluralize a word using the service. |
![]() | Singularize(String) | Singularize a word using the service. |