IPluralizationService Interface
Definition
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.
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.
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="Pluralization")]
public interface IPluralizationService
type IPluralizationService = interface
Public Interface IPluralizationService
- Derived
- Attributes
Methods
Pluralize(String) |
Pluralize a word using the service. |
Singularize(String) |
Singularize a word using the service. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework