CodeFirstStoredProcs 3.0.1
dotnet add package CodeFirstStoredProcs --version 3.0.1
NuGet\Install-Package CodeFirstStoredProcs -Version 3.0.1
<PackageReference Include="CodeFirstStoredProcs" Version="3.0.1" />
paket add CodeFirstStoredProcs --version 3.0.1
#r "nuget: CodeFirstStoredProcs, 3.0.1"
// Install CodeFirstStoredProcs as a Cake Addin #addin nuget:?package=CodeFirstStoredProcs&version=3.0.1 // Install CodeFirstStoredProcs as a Cake Tool #tool nuget:?package=CodeFirstStoredProcs&version=3.0.1
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. 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. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Much needed update to the interface, add support for Asnyc calling and Streaming data to/from SQL Server.