Function with table returns

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
baio
Posts: 3
Joined: Mon 17 Jan 2011 15:47

Function with table returns

Post by baio » Tue 20 Dec 2011 09:12

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?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Tue 27 Dec 2011 14:36

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.

Post Reply