1 type derived from EntityContainerRelationshipSet
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSet.cs (1)
22
internal sealed class EntityContainerAssociationSet :
EntityContainerRelationshipSet
9 references to EntityContainerRelationshipSet
System.Data.Entity (9)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (4)
30
private ISchemaElementLookUpTable<
EntityContainerRelationshipSet
> _relationshipSets;
89
public ISchemaElementLookUpTable<
EntityContainerRelationshipSet
> RelationshipSets
95
_relationshipSets = new FilteredSchemaElementLookUpTable<
EntityContainerRelationshipSet
, SchemaElement>(Members);
401
foreach (
EntityContainerRelationshipSet
currentSet in this.RelationshipSets)
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (3)
28
public EntityContainerRelationshipSetEnd(
EntityContainerRelationshipSet
parentElement )
144
internal new
EntityContainerRelationshipSet
ParentElement
148
return (
EntityContainerRelationshipSet
)( base.ParentElement );
System\Data\Metadata\Converter.cs (2)
273
foreach (Som.
EntityContainerRelationshipSet
relationshipSet in element.RelationshipSets)
649
private static AssociationSet ConvertToAssociationSet(Som.
EntityContainerRelationshipSet
relationshipSet,