I got the following need.
I got 1 database with multiple schemas in the form
MyDB.schema_1
MyDB.schema_2
MyDB.schema_3
user1 is assigned to client1
user2 is assigned to client2
user3 is assigned to client3
All schemas above got the same exact table structure and relations (copy).
How can I enforce Entity Framework and Entity Developer to ignore the schema part in Model.edml
For example: schema_3
Code: Select all
<EntitySet Name="message_tags" EntityType="DataEntities.Store.message_tag" store:Type="Tables" Schema="schema_3" Table="message_tag" />