DapperExtensions-Lippert
1.4.6
dotnet add package DapperExtensions-Lippert --version 1.4.6
NuGet\Install-Package DapperExtensions-Lippert -Version 1.4.6
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="DapperExtensions-Lippert" Version="1.4.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DapperExtensions-Lippert --version 1.4.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DapperExtensions-Lippert, 1.4.6"
#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 DapperExtensions-Lippert as a Cake Addin #addin nuget:?package=DapperExtensions-Lippert&version=1.4.6 // Install DapperExtensions-Lippert as a Cake Tool #tool nuget:?package=DapperExtensions-Lippert&version=1.4.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A branch of tmsmith's DapperExtensions
Product | Versions 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.
-
- Dapper (>= 1.12.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
1.4.6.0
*Added SqlOperation as an optional parameter to Ignore to omit columns from certain operations
1.4.5.2
*Now getting values for update with respect to property info rather than property name
1.4.5.1
*Fixing attempt to return ignored columns upon inserting a row that has a generated column
1.4.5
*Adding the ability to return sql-generated non-identity keys upon inserting - such as newSequentialId()