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