I don't know if this is in EF or dotConnect for Oracle area.
I'm using dotConnect for Oracle and create edml (Entity Framework) using devart entity developer and using procedure to insert, update and delete.
I have 2 entityset with one to many relationship (lets say Order - OrderDetail entity). I got this following error when i set the procedure in OrderDetail entity.
Code: Select all
If an EntitySet or AssociationSet includes a function mapping, all related entity and AssociationSets in the EntityContainer must also define function mappings. The following sets require function mappings: Order_OrderDetailSet. Here's some of my edml file (I remove some in order to simplify the LOC)
Code: Select all
http://blogs.msdn.com/adonet/archive/20 ... pping.aspx
http://msdn.microsoft.com/en-us/library/bb399203.aspx
Many thanks,