Reverse engineering naming algorithm
Posted: Wed 14 Jan 2009 16:30
Hi,
I'm generating entities for Oracle tables from my database and didn't check any option for changing table names or field names.
In Entity Developer the table names are unchanged.
After generating code, I see in MyContext.cs:
Table KON -> Entity KONs
Table MW -> Entity MW
Table BKEY -> Entity BKies
It seems that the generation process adds a to all table names with an impair name length and tries to guess a name, if it ends with Y.
Can I disable that?
Best regards,
Andreas
I'm generating entities for Oracle tables from my database and didn't check any option for changing table names or field names.
In Entity Developer the table names are unchanged.
After generating code, I see in MyContext.cs:
Table KON -> Entity KONs
Table MW -> Entity MW
Table BKEY -> Entity BKies
It seems that the generation process adds a to all table names with an impair name length and tries to guess a name, if it ends with Y.
Can I disable that?
Best regards,
Andreas