13 references to Relationships
System.Data.Entity (13)
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
2172
foreach (RelatedEnd relatedEnd in wrappedEntity.RelationshipManager.
Relationships
)
2275
foreach (RelatedEnd relatedEnd in wrappedEntity1.RelationshipManager.
Relationships
)
System\Data\Objects\DataClasses\RelationshipManager.cs (8)
1065
foreach (RelatedEnd relatedEnd in
Relationships
)
1118
foreach (RelatedEnd relatedEnd in wrappedEntity.RelationshipManager.
Relationships
)
1137
foreach (RelatedEnd relatedEnd in
Relationships
)
1156
foreach (RelatedEnd relatedEnd in
Relationships
)
1185
foreach (RelatedEnd relatedEnd in
Relationships
)
1207
foreach (IRelatedEnd relatedEnd in
Relationships
)
1516
foreach (RelatedEnd relatedEnd in
Relationships
)
1543
foreach (RelatedEnd relatedEnd in
Relationships
)
System\Data\Objects\ObjectStateManager.cs (3)
614
foreach (RelatedEnd end in entry.RelationshipManager.
Relationships
)
3343
foreach (RelatedEnd relatedEnd in entry.WrappedEntity.RelationshipManager.
Relationships
)
3469
foreach (RelatedEnd relatedEnd in entry.WrappedEntity.RelationshipManager.
Relationships
)