Skip to content

v2.0.7

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 24 Oct 03:53
· 19 commits to master since this release

Download the library here

  • ADDED: Options for Audit to Include & Exclude all properties in the mapping
DapperPlusManager.Entity<EntitySimple>().Table("EntitySimples")
                .AuditMode(AuditModeType.ExcludeAll)
                .AuditMode(x => x.ID, ColumnMappingAuditModeType.Include)
                .AuditMode(x => x.ColumnInt, ColumnMappingAuditModeType.Include);

Trial unlocked for the current month (November)