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