UniqueNamespace.SqlBuilder 2.0.0

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

// Install UniqueNamespace.SqlBuilder as a Cake Tool
#tool nuget:?package=UniqueNamespace.SqlBuilder&version=2.0.0

A blatant ripoff of Dapper's SqlBuilder. Use me to easily build parameterized dynamic sql.

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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on UniqueNamespace.SqlBuilder:

Package Downloads
UniqueNamespace.SqlBuilder.Dapper

A blatant ripoff of Dapper's SqlBuilder. Use me to easily build parameterized dynamic sql. Parameter buildup intended for use with Dapper.

UniqueNamespace.SqlBuilder.Insight

A blatant ripoff of Dapper's SqlBuilder. Use me to easily build parameterized dynamic sql. Parameter buildup intended for use with Insight.Database.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.2 10,757 8/25/2014
2.0.1 4,777 8/25/2014
2.0.0 1,726 5/31/2014
1.2.0-alpha 1,128 4/19/2014
1.1.0 1,838 4/11/2014
1.0.0 1,141 3/29/2014

Updated Sql Server Paging template to allow computed column refs in order by.

Added SortExpression class.