c# - Entity Framework Create Audit Table/History table? -
i want create history/audit table particular entity. complex entity many child tables , using repository patter our application. looked overriding dbcontext savechanges?. practice use specially 1 entity?. other options?.
thanks in advance.
i've been working on library might help.
take @ audit.entityframework library, intercepts savechanges()
, can configured filter entities want audit.
Comments
Post a Comment