RoseByte.AdoSession 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RoseByte.AdoSession --version 1.5.0
NuGet\Install-Package RoseByte.AdoSession -Version 1.5.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="RoseByte.AdoSession" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RoseByte.AdoSession --version 1.5.0
#r "nuget: RoseByte.AdoSession, 1.5.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 RoseByte.AdoSession as a Cake Addin
#addin nuget:?package=RoseByte.AdoSession&version=1.5.0

// Install RoseByte.AdoSession as a Cake Tool
#tool nuget:?package=RoseByte.AdoSession&version=1.5.0

Wrapper for ADO SqlServer provider to ease database access.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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 (3)

Showing the top 3 NuGet packages that depend on RoseByte.AdoSession:

Package Downloads
RoseByte.SqlAnalyser.SqlServer

Scan dependencies and identifiers contained in TSQL scripts.

RoseByte.AdoSession.Sqlite

Sqlite provider for DbSession.

RoseByte.StormFramework

Super-Tiny ORM framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.7.2 1,151 8/8/2018
1.7.1 811 8/8/2018
1.7.0 1,167 7/2/2018
1.6.0 890 6/29/2018
1.5.1 1,333 6/16/2018
1.5.0 889 6/12/2018
1.4.2 947 4/19/2018
1.4.1 960 4/19/2018
1.4.0 869 4/17/2018
1.3.0 2,981 1/31/2018

Database and server name added to Session. ParameterSet can be constructed with IEnumerable of IParameter objects.