Post
by syl74 » Tue 10 May 2011 08:55
Hello,
I'm using dotConnect for Oracle 610.141 with the Entity Framework support (no Entity Developer).
Because my tables structures can be deployed on 2 differents schema, I have to remove the schema name in the EntitySet info in the SSDL. If the tag store:Schema= is not present, then my model works on both schemas.
The problem is when I update my model from the database. All tables are displayed as *new* and *todelete* because the designer cannot make the "join" between tables already declared in the model and tables present in the database (because of the store:Schema info missing in the SSDL)
Question : is the new "IgnoreShemaName" can help me in this situation ?
Is there a way to activate this workaround in the config file used by entity framework when updating a model from database ?
Thanks for your help.