Base solution for your next web application
Open Closed

Track updated fields #2236


User avatar
0
paymanrowhani created

Hi everybody,

Is there any mechanism to track entity changes and log only updated properties?

Thanks, Payman


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Currently there is no build in support for this. You can check this forum topic for this #2218. You can simply override ApplyAbpConcepts of your DbContext and do it yourself.