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.

Namespace:   System.Data.Entity.Infrastructure.Pluralization
Assembly:  EntityFramework (in EntityFramework.dll)

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "Pluralization")]
public interface IPluralizationService

NameDescription
System_CAPS_pubmethodPluralize(String)

Pluralize a word using the service.

System_CAPS_pubmethodSingularize(String)

Singularize a word using the service.