Page 1 of 1

Function with table returns

Posted: Tue 20 Dec 2011 09:12
by baio
Based on this http://www.devart.com/dotconnect/oracle ... tines.html, have I understood correctly that functions with table returns is not supported in Entity Framework now? Is there some plans to implement this?

Posted: Tue 27 Dec 2011 14:36
by Shalex
Non-primitive Oracle types are not supported in Entity Framework. But you can return Oracle cursors from your stored routines as it is described at our blog: http://www.devart.com/blogs/dotconnect/ ... rsors.html.