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)
116
foreach ( RelationshipEnd end in
Ends
)
155
foreach ( RelationshipEnd end in
Ends
)
193
if (
Ends
.Count == 2)
199
Ends
.Add(end);
System\Data\Metadata\Converter.cs (1)
458
foreach (Som.RelationshipEnd end in element.
Ends
)