Skip to content

v3.0.40

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 26 Feb 00:38
· 53 commits to master since this release
fed66e4

Download the library here

  • ADDED: AuditExtensions support for Audit - Customization #584
public static IQueryable<TAuditEntry> Where<TAuditEntry, T>(this DbSet<TAuditEntry> set, T entry) where TAuditEntry : AuditEntry where T : class

public static IQueryable<TAuditEntry> Where<TAuditEntry, T>(this DbSet<TAuditEntry> set, params object[] keyValues) where TAuditEntry : AuditEntry where T : class