Stored Procedure Parameter Direction Detection

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
HelmutJ
Posts: 8
Joined: Mon 13 Nov 2017 14:25

Stored Procedure Parameter Direction Detection

Post by HelmutJ » Mon 04 Jun 2018 13:03

Hi,

I've imported two stored procedures from an existing database. Entity Developer recognized the parameters marked as output as output parameters for the model. But output parameters in MS SQL Server are always inout parameters. When I change them in the Entity Feveloper model by hand, everything is great. As soon as I compare against the database, then it shows up that the parameters on the database are output only parameters (which can't be existing on MS SQL Server...).


MS SQL Server 2016
EF Core 2.0
Entity Developer 6.2.505

https://stackoverflow.com/questions/124 ... eter-issue

Best Regards
Helmut

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

Re: Stored Procedure Parameter Direction Detection

Post by Shalex » Wed 06 Jun 2018 18:49

Thank you for your report. We will notify you when the issue is fixed.

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

Re: Stored Procedure Parameter Direction Detection

Post by Shalex » Sat 23 Jun 2018 10:10

The bug with generating ParameterDirection.InputOutput for SQL Server OUTPUT parameters is fixed: viewtopic.php?f=32&t=37335.

Post Reply