Page 1 of 1

Array as Stored Procedure Parameter

Posted: Fri 30 Apr 2010 18:29
by eyalb181
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.

Posted: Thu 06 May 2010 10:44
by AndreyR
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.