我对oracle库不是很了解,一些表在ODP连接中被表示为同义词。
在EF中拿不到这些表,oracle库是数据组维护的不能动,我该怎么拿到这些“同义词”的表?
你好,
由于ODP.NET是Oracle的产品,在这里可能得不到很好的建议。我将把您的问题移到一般性问题讨论区。
另外,您也可以尝试Oracle的技术支持。
谢谢
Chester Hong MSDN Community Support | Feedback to us Develop and promote your apps in Windows Store Please remember to mark the replies as answers if they help and unmark them if they provide no help.
这个好久前的了。已解决。
要把能看到的同义词做出视图,然后再在edml文件中做修改,让程序把视图当成表操作。