سؤال

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?

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top