1 override of Ends
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
41
internal override IEnumerable<EntityContainerRelationshipSetEnd>
Ends
5 references to Ends
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
403
foreach (EntityContainerRelationshipSetEnd currentSetEnd in currentSet.
Ends
)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (3)
101
foreach ( EntityContainerRelationshipSetEnd end in
Ends
)
110
foreach (EntityContainerRelationshipSetEnd end in
Ends
)
126
foreach ( EntityContainerRelationshipSetEnd end in
Ends
)
System\Data\Metadata\Converter.cs (1)
664
foreach (Som.EntityContainerRelationshipSetEnd end in relationshipSet.
Ends
)