1 implementation of EntitySet
System.Data.Entity (1)
System\Data\Objects\ObjectStateEntry.cs (1)
69public EntitySetBase EntitySet
17 references to EntitySet
System.Data.Entity (17)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (2)
204ExtractorMetadata keyMetadata = m_translator.GetExtractorMetadata(stateEntry.EntitySet, keyRowType); 304ExtractorMetadata metadata = translator.GetExtractorMetadata(stateEntry.EntitySet, structuralType);
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (2)
92on end.CorrespondingAssociationEndMember.DeclaringType equals candidateEntry.EntitySet.ElementType 247string entitySetName = stateEntry.Source.EntitySet.Name;
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (4)
377result = StringComparer.Ordinal.Compare(thisParent.EntitySet.Name, otherParent.EntitySet.Name); 379result = StringComparer.Ordinal.Compare(thisParent.EntitySet.EntityContainer.Name, otherParent.EntitySet.EntityContainer.Name);
System\Data\Mapping\Update\Internal\KeyManager.cs (3)
307var keyMembers = addedEntry.EntitySet.ElementType.KeyMembers; 334? new EntityKey(addedEntry.EntitySet, keyValues[0]) 335: new EntityKey(addedEntry.EntitySet, keyValues);
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
79EntitySet entitySet = (EntitySet)stateEntry.EntitySet;
System\Data\Mapping\Update\Internal\SourceInterpreter.cs (1)
75ExtentInScope(owner.StateEntry.EntitySet))
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (4)
170AssociationSet associationSet = (AssociationSet)stateEntry.EntitySet; 224EntitySet entitySet = (EntitySet)stateEntry.EntitySet; 926EntitySetBase extent = stateEntry.EntitySet; 1078EntitySetBase extent = stateEntry.EntitySet;