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