CodeFirstStoredProcs 3.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeFirstStoredProcs --version 3.2.0
NuGet\Install-Package CodeFirstStoredProcs -Version 3.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeFirstStoredProcs" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeFirstStoredProcs --version 3.2.0
#r "nuget: CodeFirstStoredProcs, 3.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CodeFirstStoredProcs as a Cake Addin
#addin nuget:?package=CodeFirstStoredProcs&version=3.2.0

// Install CodeFirstStoredProcs as a Cake Tool
#tool nuget:?package=CodeFirstStoredProcs&version=3.2.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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.9.0 66,903 10/25/2016
3.8.0 10,068 7/8/2016
3.7.0 10,018 2/11/2016
3.6.0 5,589 2/11/2016
3.5.0 5,823 12/14/2015
3.4.0 5,635 12/11/2015
3.3.0 6,387 10/26/2015
3.2.0 8,251 5/19/2015
3.0.1 12,563 7/28/2014
3.0.0 6,305 12/30/2013
2.6.0 6,159 11/21/2013
2.5.0 7,199 11/13/2012
2.2.0 6,690 4/9/2012
2.1.0 6,953 6/29/2011
2.0.0 6,472 5/16/2011

Much needed update to the interface, add support for Asnyc calling and Streaming data to/from SQL Server.