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