IPluralizationService.Singularize Method (String)

 

Singularize a word using the service.

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

string Singularize(
	string word
)

Parameters

word
Type: System.String

The word to singularize.

Return Value

Type: System.String

The singularized word.