Dibware.StoredProcedureFramework
1.0.3
A .Net framework for calling SQL Server stored procedures. The purpose of this framework is to allow stored procedures, their parameters and their return types to be represented in strongly typed .Net classes. These can then be used in conjunction with a SqlConnection, DbConnection or DbContext to execute the stored procedure. This framework can be used with or without the presence of Entity Framework, but a separate dll (Dibware.StoredProcedureFrameworkForEF which is part of this project) is required when using with EF. Requires .net v4.0
Documentation:
https://github.com/dibley1973/StoredProcedureFramework/blob/master/UsingTheStoredProcedureFramework.md
Install-Package Dibware.StoredProcedureFramework -Version 1.0.3
dotnet add package Dibware.StoredProcedureFramework --version 1.0.3
<PackageReference Include="Dibware.StoredProcedureFramework" Version="1.0.3" />
paket add Dibware.StoredProcedureFramework --version 1.0.3
#r "nuget: Dibware.StoredProcedureFramework, 1.0.3"
Release Notes
Added support for dynamic columns when used with multiple recordsets
Dependencies
-
.NETFramework 4.0
- Dibware.Helpers (>= 1.1.1)
-
All Frameworks
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Dibware.StoredProcedureFramework:
Package | Downloads |
---|---|
Dibware.StoredProcedureFrameworkForEF
A library to allow Dibware.StoredProcedureFramework to better integrate with Entity Framework.
Documentation:
https://github.com/dibley1973/StoredProcedureFramework/blob/master/UsingTheStoredProcedureFramework.md
|
GitHub repositories
This package is not used by any popular GitHub repositories.