Providing parameter methods to stored procedures when creating a method via the Model Explorer

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
isd_dev
Posts: 5
Joined: Wed 12 Oct 2011 19:40

Providing parameter methods to stored procedures when creating a method via the Model Explorer

Post by isd_dev » Wed 18 Dec 2013 16:54

Is it possible to specify parameter values for stored procedures when creating the respective method?

We have stored procedures that do not return the correct metadata when parameter values are not specified, therefore we cannot create our complex types automatically.

Thanks in advance.

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

Re: Providing parameter methods to stored procedures when creating a method via the Model Explorer

Post by Shalex » Thu 19 Dec 2013 11:07

There is no way to specify parameter values for stored procedures when Entity Developer tries to generate complex type automatically (and fails because "doesn't know" the needed parameters values). Please create the corresponding complex type manually.

isd_dev
Posts: 5
Joined: Wed 12 Oct 2011 19:40

Re: Providing parameter methods to stored procedures when creating a method via the Model Explorer

Post by isd_dev » Thu 19 Dec 2013 13:18

Thanks for the reply, we will do that for now. Given that this could prove useful, and we have many cases like this, is there a forum where this feature could be requested?


Post Reply