This is a migrated thread and some comments may be shown as answers.

Why does Dynamic Data Wizard pluralize?

1 Answer 72 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ted
Top achievements
Rank 1
Ted asked on 18 Jun 2013, 09:08 AM
My tables are all singular form. When I created the data class, I selected "unchanged" on the pluralization option. Thus, the names of the tables are properly reflected in the datalayer (singular). When I use the Dynamic Data Wizard to add this data layer, "My tables" all show plural. (person is now people, phone is now phones, etc). I don't have a table named people. I have spent hours searching for a way to turn pluralization off in THIS wizard. Is there a fix for this?

1 Answer, 1 is accepted

Sort by
0
Damyan Bogoev
Telerik team
answered on 21 Jun 2013, 07:00 AM
Hello Ted,

I am afraid you cannot handle this at the moment using the wizard.

Currently the table names are based on the endpoints in the context class, i.e. if you have an IQueryable<T> Entities property on your OpenAccessContext class the corresponding table name will be set to Entities.

Regards,
Damyan Bogoev
Telerik
OpenAccess ORM Q2 2013 brings you a more powerful code generation and a unique Bulk Operations support with LINQ syntax. Check out the list of new functionality and improvements shipped with this release.
Tags
General Discussions
Asked by
Ted
Top achievements
Rank 1
Answers by
Damyan Bogoev
Telerik team
Share this question
or