This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, I'm using AutoMapper to map data contracts to entities. For some entities, only users and applications with specific roles are allowed to modify certain fields. Suppose I have the following code:
How do I know whether the "Secret" property of Entity was modified (See the TODO comment)? Thanks, Werner |
|
|
As Chadw mentioned, have a look at the Change Tracking infrastructure - this is our mechanism for exposing field level changes within a UnitOfWork scope.
|
|