How do change schema targeted by model?
Posted: Tue 20 Sep 2011 11:00
Hi,
We are deploying our application the production server, and is using a different database name from the one for our localhost.
EF, however, is still targeting the old database schema. We have already changed the connection string used by dotconnect Oracle, but the mapping details still show the classes mapped to the original database schema.
Is there anyway to change the schema targeted by the models?
We are deploying our application the production server, and is using a different database name from the one for our localhost.
EF, however, is still targeting the old database schema. We have already changed the connection string used by dotconnect Oracle, but the mapping details still show the classes mapped to the original database schema.
Is there anyway to change the schema targeted by the models?