CodeFirstStoredProcs 3.9.0
Access Stored Procedures with Code First. Includes support for Input and Output parameters, multiple result sets and Table-valued parameters.
V2.1 updates the Table-valued parameter support to a much simpler POCO model, more in keeping with the spirit of Code First / Entity Framework 4.1
V2.2 updates the Dll to work with Entity Framework v.4.3.1
V2.5 updates the Dll for Entity Framework 5
v2.6 updates the Dll for Entity Framework 6; adds Command Timeout optional parameter for long running procs.
v3.0 revamp of the interface, add support for Async, Streaming
v3.2 fix a issue with Async procedure calls
v3.3 internal changes to support Glimpse.EF6
v3.4 fix improper null handling in output parameters
v3.5 fix dll version number
v3.6 Don't send a parameter for null or empty (zero row count) Table Valued Parameter. Fixes error for empty or null TVP's.
v3.7 Bug fix and a bit of code refactoring.
v3.8 allow ordinal values instead of names for return value column assignment to properties
v3.9 Bug fixes! Connections passed in are no longer inadvertently closed.
Install-Package CodeFirstStoredProcs -Version 3.9.0
dotnet add package CodeFirstStoredProcs --version 3.9.0
<PackageReference Include="CodeFirstStoredProcs" Version="3.9.0" />
paket add CodeFirstStoredProcs --version 3.9.0
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
3.9.0 | 29,689 | 10/25/2016 |
3.8.0 | 3,293 | 7/8/2016 |
3.7.0 | 4,271 | 2/11/2016 |
3.6.0 | 546 | 2/11/2016 |
3.5.0 | 844 | 12/14/2015 |
3.4.0 | 730 | 12/11/2015 |
3.3.0 | 1,235 | 10/26/2015 |
3.2.0 | 3,124 | 5/19/2015 |
3.0.1 | 4,719 | 7/28/2014 |
3.0.0 | 1,402 | 12/30/2013 |
2.6.0 | 817 | 11/21/2013 |
2.5.0 | 1,811 | 11/13/2012 |
2.2.0 | 1,275 | 4/9/2012 |
2.1.0 | 1,446 | 6/29/2011 |
2.0.0 | 1,133 | 5/16/2011 |