有没有办法在 EDM Designer 2010 中设置自定义复数形式?
我正在使用 VS 2010,并且我有一个实体“Person”。
复数服务将其复数变为“People”,我希望它是“Persons”。 有没有可以管理复数库的地方?
I am using VS 2010 and I have an entity 'Person'.
The pluralization-service turns its plural to 'People', I want it to be Persons.
Is there a place where I can manage the pluralizations library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不在 Visual Studio 中,不。
但是,您可以在自己的代码中使用复数服务,并在那里进行自定义。
这是一个示例 。
Not in Visual Studio, no.
You can use the pluralization service in your own code, however, and customize it there.
Here's an example.