1 override of Singularize
System.Data.Entity.Design (1)
System\Data\Entity\Design\PluralizationService\EnglishPluralizationService.cs (1)
560
public override string
Singularize
(string word)
2 references to Singularize
System.Data.Entity.Design (2)
System\Data\Entity\Design\PluralizationService\EntityDesignPluralizationHandler.cs (2)
46
return this.Service != null ? this.Service.
Singularize
(storeTableName) : storeTableName;
59
this.Service.Pluralize(storeTableName) : this.Service.
Singularize
(storeTableName);