EricRohlfs / EFCore-FluentStoredProcedure

EFCore Extension that allows a means to map a stored procedure to a class, fluently.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork

This is a fork of Snickler.EFCore that is not fluent. It has interfaces for unit tests.

Honestly, I recomend using dapper or petapoco for calling stored procedures when using entityframework Core.

Dapper if you need to map to more than one result set.

The code was brought in from another solution, so the files are there, but this solution file is not 100% setup.

About

EFCore Extension that allows a means to map a stored procedure to a class, fluently.

License:MIT License


Languages

Language:C# 100.0%