2 references to HasRecordValueChanged
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (1)
3316
if (
HasRecordValueChanged
(current, index, fieldValue) && !member.IsPartOfKey)
System\Data\Objects\ObjectStateEntryOriginalDbUpdatableDataRecord.cs (1)
94
if (entry.
HasRecordValueChanged
(this, ordinal, fieldValue))