Please add proper support of multiple schema database mapping.
The issue present itself when database have two or more schemas, with tables that have the same name.
Example:
Schema1.Content
Schema2.Content
In this case EF designer creates objects Content and Content1.
For time being I manually changing class names to something like SchemaName_TableName.
Please add automatic support of multiple schema databases. It would be really great to even have classes in different namspaces for different schemas.
Thanks
Eugene
The issue present itself when database have two or more schemas, with tables that have the same name.
Example:
Schema1.Content
Schema2.Content
In this case EF designer creates objects Content and Content1.
For time being I manually changing class names to something like SchemaName_TableName.
Please add automatic support of multiple schema databases. It would be really great to even have classes in different namspaces for different schemas.
Thanks
Eugene