1 type derived from EntityContainerRelationshipSetEnd
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
20
internal sealed class EntityContainerAssociationSetEnd :
EntityContainerRelationshipSetEnd
12 references to EntityContainerRelationshipSetEnd
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (6)
398
List<
EntityContainerRelationshipSetEnd
> alreadyValidatedEnds = new List<
EntityContainerRelationshipSetEnd
>();
403
foreach (
EntityContainerRelationshipSetEnd
currentSetEnd in currentSet.Ends)
406
foreach (
EntityContainerRelationshipSetEnd
alreadyValidatedEnd in alreadyValidatedEnds)
548
private static bool AreRelationshipEndsEqual(
EntityContainerRelationshipSetEnd
left,
EntityContainerRelationshipSetEnd
right)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
41
internal override IEnumerable<
EntityContainerRelationshipSetEnd
> Ends
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSet.cs (4)
60
internal abstract IEnumerable<
EntityContainerRelationshipSetEnd
> Ends { get; }
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)