Page 1 of 1

IgnoreSchemaName for Views in Model

Posted: Sun 16 Dec 2012 12:49
by melyurt
Hi,

I used config.Workarounds.IgnoreSchemaName = true; feature in dot connect for oracle 7.2.
But for views in model it doesn't work and in the queries schema name already there.
Isn't it working for views in model??

Thanks.

Re: IgnoreSchemaName for Views in Model

Posted: Mon 17 Dec 2012 08:18
by Shalex
It seems like there is a defining query with schema name in your edmx/edml. Open your model with XML Editor and remove (better) or correct the defining query.

The IgnoreSchemaName option doesn't remove schema name from the defining query (by design). EDM Wizard (*.edmx) generates defining queries for views. Entity Developer (*.edml) does not use defining queries by default.