Info
Version: | 1.0.0 |
Author(s): | Naweed Akram |
Last Update: | Saturday, September 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/naweed/XGENO.DBHelpers |
NuGet Url: | https://www.nuget.org/packages/XGENO.DBHelpers |
Install
Install-Package XGENO.DBHelpers
dotnet add package XGENO.DBHelpers
paket add XGENO.DBHelpers
XGENO.DBHelpers Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SqlClient(>= 4.8.2)
Tags
It is set of extension methods (on the SQL Connection), which execute a SQL query (simple, parameterized, stored procs etc.) and return the data as a list of .NET objects (POCO classes that you have created).
Source code can be found at: https://github.com/naweed/XGENO.DBHelpers
For more information (or specific scenarios), please contact [email protected].