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