How to get the Entity and Property's name same as Table and Column Name respectively?
Couldn't find where the setting has to be done exactly.
Example:
Let's say there is a table "MCountry" with column as CountryID, Description, LastModifiedBy.
Now,
Table Name "MCountry" should generate Entity as "MCountry" and not as "Mcountry".
Column Name "CountryID" should generate property as "CountryID" and not as "CountryId".
Cheers