I have an ObjectStateEntry “entry”. I need to get a property value from this “entry” like so, but I don’t know how to specify the property I want. I use entry.OriginalValues(propName) but then what?
I have an ObjectStateEntry entry. I need to get a property value from this
Share
As far as I understand you can try something like this:
or