1 implementation of Ends
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
53
public IList<IRelationshipEnd>
Ends
2 references to Ends
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
141
foreach ( IRelationshipEnd end in ParentElement.Relationship.
Ends
)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (1)
166
foreach ( IRelationshipEnd relationshipEnd in Relationship.
Ends
)