I want to add ADO.NET Entity Data Model to my project. I am using Oracle database and Oracle ODP.NET to connect to the database.
I need to query from two schemas. So I configured my connection to use two different Schemas (using the information I found in another SO question ).
The tables are visible in my Server explorer. But they are not visible in ADO.NET Entity Data Model Adding wizard. It shows only tables from the first schema and they have schema name in front:
TableName(SchemaName).
What must I do to see tables from both schemas?