I'm looking for an O/RM or ERD tool that will take schemas into account and create namespaces for them. I have a database designed with multiple schemas. I have multiple tables with the same table name, but in different schemas. e.g. Statuses.Contact, Contacts.Contact and Types.Contact. I would like something that would create namespaces out of the schemas and then objects/entities out of the tables.
Is there anything like this out there?
I am using SQL Server 2005 and would like the classes generated in C#.
Thank you.