4 references to OriginalUpdatablePublic
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (3)
1300Debug.Assert(updatableRecord != ObjectStateValueRecord.OriginalUpdatablePublic, "OriginalUpdatablePublic records must preserve complex type information, use the overload that takes parentEntityPropertyIndex"); 1320Debug.Assert(updatableRecord != ObjectStateValueRecord.OriginalUpdatablePublic, "OriginalUpdatablePublic records must preserve complex type information, use the overload that takes parentEntityPropertyIndex"); 1354case ObjectStateValueRecord.OriginalUpdatablePublic:
System\Data\Objects\ObjectStateEntryOriginalDbUpdatableDataRecord.cs (1)
73return (_cacheEntry as EntityEntry).GetOriginalEntityValue(_metadata, ordinal, _userObject, ObjectStateValueRecord.OriginalUpdatablePublic, GetPropertyIndex(ordinal));