4 references to NavigationPropertyIsNullOrMissing
System.Data.Entity (4)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
1598
if (otherEndAsRef.
NavigationPropertyIsNullOrMissing
())
System\Data\Objects\EntityEntry.cs (3)
2222
if (otherEndAsRef != null && otherEndAsRef.
NavigationPropertyIsNullOrMissing
())
3615
if ((refToPrincipal.ReferenceValue.Entity == null && refToPrincipal.
NavigationPropertyIsNullOrMissing
()) &&
3616
(refToDependent == null || (refToDependent.ReferenceValue.Entity == null && refToDependent.
NavigationPropertyIsNullOrMissing
())))