1 implementation of GetNavigationPropertyValue
System.Data.Entity (1)
System\Data\Objects\Internal\PocoPropertyAccessorStrategy.cs (1)
42
public object
GetNavigationPropertyValue
(RelatedEnd relatedEnd)
3 references to GetNavigationPropertyValue
System.Data.Entity (3)
System\Data\Objects\Internal\EntityWrapper.cs (3)
261
object collection = _propertyStrategy.
GetNavigationPropertyValue
(relatedEnd);
273
return _propertyStrategy != null ? _propertyStrategy.
GetNavigationPropertyValue
(relatedEnd) : null;
290
object currentValue = _propertyStrategy.
GetNavigationPropertyValue
(relatedEnd);