snickler / EFCore-FluentStoredProcedure

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

Fix as I missed the column mapping section #44

Closed chrish-slingshot closed 1 year ago

chrish-slingshot commented 1 year ago

Sorry, missed the bit that initially maps the columns. Fixed and pushed now ready for integration :) Tested locally and it works.

snickler commented 1 year ago

Oops. I can't believe I missed that part myself, and I looked up and down the whole thing 🤦🏿 .

chrish-slingshot commented 1 year ago

I might try and tackle table value input parameters next - not sure how complicated that's going to be.