I can't see what I'm doing wrong, but my model-naming options aren't working. I'm adding tables and views to my model, and the corresponding classes that are created, rather than using the FirstLetterUppercase option that I selected, are coming out exactly as in the DB schema. Here are my settings:
Here's the definition of a table:
Here's how the class and its properties get named:
I'm using Entity Developer 5.5.164 with NHibernate.
Can you explain what I'm doing wrong?
Thanks in advance.