Implemented interface member:
property
Ends
System.Data.EntityModel.SchemaObjectModel.IRelationship.Ends
5 references to Ends
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (4)
116foreach ( RelationshipEnd end in Ends ) 155foreach ( RelationshipEnd end in Ends ) 193if (Ends.Count == 2) 199Ends.Add(end);
System\Data\Metadata\Converter.cs (1)
458foreach (Som.RelationshipEnd end in element.Ends)