LightAdo.net 4.6.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package LightAdo.net --version 4.6.0
NuGet\Install-Package LightAdo.net -Version 4.6.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="LightAdo.net" Version="4.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LightAdo.net --version 4.6.0
#r "nuget: LightAdo.net, 4.6.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 LightAdo.net as a Cake Addin
#addin nuget:?package=LightAdo.net&version=4.6.0

// Install LightAdo.net as a Cake Tool
#tool nuget:?package=LightAdo.net&version=4.6.0

Light ADO.net is Data Access Layer for SQL Server it will handle all of the legacy that come when dealing with sql server database like " open connections, create sqlcommand, loop throw DataReader, Get a Data Table , convert Data table to Object or data set, close connection, get output and parameters values.. etc , with lightAdo.net you can Execute Query and Non Query, get direct object or even dynamic object, auto mapping stored procedures to object properties set foreign key to get sub object details, Validation nulls without writing single if statement and more with just simple one line of code.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

Fixing the issue of converting type to Nullable