IPluralizationService Interface

Definition

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