0

I have table Forums and entity Forum. But when I doing query to this table, Entity Framework generation query to table Fora. When in entity class Forum add attribute Table("Forums") I get proper query. Why this happens?

1 Answer 1

2

This is actually not a bug, the proper english plural form of Forum is Fora. However, you kind of answered your own questions. You can indeed solve it by adding an attribute Table("Forums").

Source: http://en.wiktionary.org/wiki/forum#English

Sign up to request clarification or add additional context in comments.

2 Comments

And here goes a lesson in english language. Always nice. This is for all never having had that in school (and thus miss what some call a classical education), because FORUM is not an english word, originally - it is latin. And there the plural of the UM singular is A ;) It is also explained in any dictionary - but who uses those these days.
TomTom I didn't know such a feature of the English language. Next time I check this.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.