Cadru.Data.Dapper
3.0.5869.111
See the version list below for details.
dotnet add package Cadru.Data.Dapper --version 3.0.5869.111
NuGet\Install-Package Cadru.Data.Dapper -Version 3.0.5869.111
<PackageReference Include="Cadru.Data.Dapper" Version="3.0.5869.111" />
paket add Cadru.Data.Dapper --version 3.0.5869.111
#r "nuget: Cadru.Data.Dapper, 3.0.5869.111"
// Install Cadru.Data.Dapper as a Cake Addin #addin nuget:?package=Cadru.Data.Dapper&version=3.0.5869.111 // Install Cadru.Data.Dapper as a Cake Tool #tool nuget:?package=Cadru.Data.Dapper&version=3.0.5869.111
This is a non-portable class library to provide a common database context and predicates for use with Dapper.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Cadru.Core (>= 2.0.5809.109)
- Dapper (>= 1.42.0)
- PCLCrypto (>= 0.5.1.14165)
- Validation (>= 2.0.4.14103)
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 |
---|---|---|
6.0.0 | 353 | 1/21/2023 |
5.0.8 | 1,317 | 5/26/2021 |
5.0.7 | 443 | 3/2/2021 |
5.0.6-preview-8.21126.266 | 164 | 2/26/2021 |
5.0.6-preview-3.21081.263 | 180 | 2/1/2021 |
5.0.4-preview-3.21080.252 | 175 | 1/30/2021 |
5.0.2-preview-1.20580.240 | 234 | 11/30/2020 |
5.0.1-preview-1.20467.228 | 233 | 9/17/2020 |
4.6.0 | 539 | 9/17/2020 |
4.5.0 | 568 | 9/13/2020 |
4.0.4-preview.84.20463.220 | 242 | 9/13/2020 |
4.0.4-preview.84.20460.217 | 267 | 9/10/2020 |
4.0.3 | 540 | 8/10/2020 |
4.0.2 | 603 | 8/9/2020 |
4.0.1-preview.4.20327.8548 | 511 | 6/27/2020 |
4.0.0-preview6-201 | 376 | 4/15/2020 |
4.0.0-preview6-200 | 400 | 4/1/2020 |
4.0.0-preview6-192 | 464 | 3/23/2020 |
4.0.0-preview6-191 | 544 | 3/23/2020 |
4.0.0-preview2-144 | 890 | 11/6/2017 |
4.0.0-preview2-142 | 950 | 9/14/2017 |
4.0.0-preview1 | 862 | 5/30/2017 |
4.0.0-preview.13.20409.104 | 347 | 8/9/2020 |
3.0.5869.111 | 1,239 | 1/26/2016 |
2.0.5809.109 | 1,405 | 11/28/2015 |
2.0.5792.103 | 1,149 | 11/10/2015 |
1.0.5753.99 | 1,319 | 10/2/2015 |
1.0.5750.96 | 1,205 | 9/29/2015 |
1.0.5750.94 | 1,183 | 9/29/2015 |
1.0.5745.84 | 1,178 | 9/24/2015 |
**(Breaking change)** PropertyMap.Name has been renamed to PropertyMap.PropertyName so that PropertyMap.Name can be used more appropriately for the display name of the property.
Added support for DisplayAttribute properties.
Added ExportableAttribute, which can be used to inform calling code whether the property should be exportable or not.
Added additional virtual methods to Table{TEntity} for Insert and Update which accept a TEntity.
Made the remaining Update, Delete, Get, and All methods in Table{TEntity} virtual.
Added Execute, Query, and QueryMultiple signatures to IDatabase.
Database and Database{T} now know how to automatically initialize the table properties collection at instantiation based on finding any properties whose datatype implements ITable.
Database now exposes a read-only property for the Transaction.
Added additional overloads to the Predicate static factory.