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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework