Skip to content

v1.3.11

Choose a tag to compare

@zzzprojects zzzprojects released this 25 Aug 03:25
· 597 commits to master since this release

Download the library here

_EF+ Audit

  • ADDED: Where clause to retrieve more easily audit
using (var ctx = new TestContext())
{
    ctx.AuditEntries.Where(item);
    ctx.AuditEntries.Where<Entity_Basic>(item.ID);
    ctx.AuditEntries.Where<Entity_Basic>(101);
}