Page 1 of 1

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

Posted: Wed 18 Dec 2013 16:54
by isd_dev
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.

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

Posted: Thu 19 Dec 2013 11:07
by Shalex
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.

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

Posted: Thu 19 Dec 2013 13:18
by isd_dev
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?

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

Posted: Fri 20 Dec 2013 08:34
by Shalex