Array as Stored Procedure Parameter

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
eyalb181
Posts: 1
Joined: Fri 30 Apr 2010 18:24

Array as Stored Procedure Parameter

Post by eyalb181 » Fri 30 Apr 2010 18:29

Hello,

Is it possible to pass a PL/SQL Associative Array as a parameter to a Stored Procedure in Entity Framework? If so, how? In the Entity Developer you can only choose parameter types from a list of primitives.

Thanks in advance.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 06 May 2010 10:44

We don't have technical possibility to support Oracle object types.
Entity Framework only allows primitive types or mapped entities (or entity collections) as parameters in Stored procedures.

Post Reply