CustomPluralizationEntry Constructor (String, String)

 

Create a new instance

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

public CustomPluralizationEntry(
	string singular,
	string plural
)

Parameters

singular
Type: System.String

A non null or empty string representing the singular.

plural
Type: System.String

A non null or empty string representing the plural.