2 writes to _fromEndProperty
System.Data.Entity (2)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
2368
this.
_fromEndProperty
= relationEnd;
2461
this.
_fromEndProperty
= null;
6 references to _fromEndProperty
System.Data.Entity (6)
System\Data\Objects\DataClasses\RelatedEnd.cs (6)
288
return this.
_fromEndProperty
;
393
EntitySet ownerEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds[
_fromEndProperty
.Name].EntitySet;
517
sourceBuilder.Append(
_fromEndProperty
.Name);
1455
(deleteOwner && CheckCascadeDeleteFlag(
_fromEndProperty
)) ||
1525
if (constraint.FromRole == this.
_fromEndProperty
)
1998
_fromEndProperty
.RelationshipMultiplicity == RelationshipMultiplicity.Many;