2 implementations of GetNavigationPropertyValue
System.Data.Entity (2)
System\Data\Objects\Internal\BaseEntityWrapper.cs (1)
225
public abstract object
GetNavigationPropertyValue
(RelatedEnd relatedEnd);
System\Data\Objects\Internal\NullEntityWrapper.cs (1)
163
public object
GetNavigationPropertyValue
(RelatedEnd relatedEnd)
7 references to GetNavigationPropertyValue
System.Data.Entity (7)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
737
object value = this.WrappedOwner.
GetNavigationPropertyValue
(this);
System\Data\Objects\DataClasses\EntityReference.cs (1)
620
return !TargetAccessor.HasProperty || WrappedOwner.
GetNavigationPropertyValue
(this) == null;
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
713
object value = this.WrappedOwner.
GetNavigationPropertyValue
(this);
722
object value = WrappedOwner.
GetNavigationPropertyValue
(this);
System\Data\Objects\EntityEntry.cs (3)
2107
var principal = WrappedEntity.
GetNavigationPropertyValue
(reference);
2138
object val = this.WrappedEntity.
GetNavigationPropertyValue
(relatedEnd);
2260
object val = this.WrappedEntity.
GetNavigationPropertyValue
(relatedEnd);