15 references to HasProperty
System.Data.Entity (15)
System\Data\Objects\DataClasses\EntityCollection.cs (3)
553if (this.TargetAccessor.HasProperty) // Null if the navigation does not exist in this direction 732if (!TargetAccessor.HasProperty) 832if (this.TargetAccessor.HasProperty) // Null if the navigation does not exist in this direction
System\Data\Objects\DataClasses\EntityReference.cs (1)
620return !TargetAccessor.HasProperty || WrappedOwner.GetNavigationPropertyValue(this) == null;
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (4)
586if (this.TargetAccessor.HasProperty) 708if (!TargetAccessor.HasProperty) 720if (this.TargetAccessor.HasProperty) 802if (this.TargetAccessor.HasProperty)
System\Data\Objects\DataClasses\RelatedEnd.cs (5)
1296if (entityToAdd.RequiresRelationshipChangeTracking && TargetAccessor.HasProperty) 1400this.TargetAccessor.HasProperty) // Is there anything to verify? 1720if (this.TargetAccessor.HasProperty && !this.CheckIfNavigationPropertyContainsEntity(wrapper)) 1738if (this.TargetAccessor.HasProperty && this.CheckIfNavigationPropertyContainsEntity(wrapper)) 2549if (this.navigationPropertyCache == null && _wrappedOwner.Context != null && this.TargetAccessor.HasProperty)
System\Data\Objects\EntityEntry.cs (1)
2105if (reference.TargetAccessor.HasProperty)
System\Data\Objects\ObjectStateManager.cs (1)
1091if (relatedEnd.TargetAccessor.HasProperty)