verdie-g / StoredProcedureEFCore

Entity Framework Core extension to execute stored procedures
MIT License
192 stars 44 forks source link

Allow null-Values for OUTPUT parameter #22

Closed MichaelKueh closed 5 years ago

MichaelKueh commented 5 years ago

Currently it is not possible to run stored procedures with sets OUTPUT parameter to null. With this change it is possible if the given type allows null values.

MichaelKueh commented 5 years ago

I have pushed new changes. What do I have to do that the status changes from "Change requested"?

verdie-g commented 5 years ago

Sorry I'm very busy, I might take care of this next week-end

verdie-g commented 5 years ago

Merged. Thanks for taking the time to add the stored procedure.