snickler / EFCore-FluentStoredProcedure

EFCore Extension that allows a means to map a stored procedure to a class, fluently.
MIT License
177 stars 34 forks source link

Update EFExtensions.cs #16

Closed mooshpot closed 6 years ago

mooshpot commented 6 years ago

Changed line 52 to handle null values. Otherwise the parameter disappears and an exception is thrown when calling a stored procedure that has parameters that accept null.

snickler commented 6 years ago

Thanks @mooshpot !