18 references to From
System.Data.Entity (18)
System\Data\Objects\DataClasses\EntityReference.cs (1)
271
RelationshipWrapper wrapper = new RelationshipWrapper((AssociationSet)RelationshipSet, RelationshipNavigation.
From
, ownerKey, RelationshipNavigation.To, value);
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (3)
328
RelatedEnd relatedEnd = wrappedTarget.RelationshipManager.GetRelatedEndInternal(RelationshipName, RelationshipNavigation.
From
);
365
RelationshipNavigation.
From
, ownerKey, RelationshipNavigation.To, DetachedEntityKey);
437
new KeyValuePair<string, EntityKey>(RelationshipNavigation.
From
, ownerKey),
System\Data\Objects\DataClasses\RelatedEnd.cs (12)
191
return _navigation.
From
;
1154
this._navigation.
From
: this._navigation.To);
1786
new KeyValuePair<string, EntityKey>(_navigation.
From
, ownerKey),
2161
new KeyValuePair<string, EntityKey>(_navigation.
From
, ownerKey),
2248
new KeyValuePair<string, EntityKey>(navigation.
From
, ownerKey),
2262
new KeyValuePair<string, EntityKey>(navigation.
From
, ownerKey),
2350
associationset.AssociationSetEnds[_navigation.
From
].EntitySet != entitySet &&
2351
associationset.AssociationSetEnds[_navigation.
From
].EntitySet.ElementType == entitySet.ElementType)
2352
throw EntityUtil.EntitySetIsNotValidForRelationship(entitySet.EntityContainer.Name, entitySet.Name, _navigation.
From
, ((AssociationSet)set).EntityContainer.Name, ((AssociationSet)set).Name);
2363
if (relationEnd.Name == this._navigation.
From
)
2435
if (((AssociationSet)entitySetBase).AssociationSetEnds[_navigation.
From
].EntitySet == entitySet)
2600
string sourceRoleName = _navigation.
From
;
System\Data\Objects\DataClasses\RelationshipNavigation.cs (2)
164
&& (this.
From
== compareTo.
From
)