Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Possible to use Entity Framework with synonym?

919646Feb 23 2012 — edited Sep 27 2012
The DB folks have a policy of exposing data only through synonyms, but the Entity Data Model Wizard in Visual Studio only lets me choose from tables and views. Is there any way I can build an EF model against a synonym?

I explored using Code First, which lets me skirt the above issue, but Code First is not supported by ODP.NET.

If I can't get this to work, my only other option is to go back to hand-cranked ADO.NET. Oh, the humanity...

Regards,
Roger Martin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2012
Added on Feb 23 2012
5 comments
3,840 views