1 write to Source
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\ExtractedStateEntry.cs (1)
32this.Source = stateEntry;
8 references to Source
System.Data.Entity (8)
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (8)
83EntityKey entityKey = stateEntry.Source.EntityKey; 85var stateEntries = new HashSet<IEntityStateEntry> { stateEntry.Source }; 206EntityUtil.ValidateNecessaryModificationFunctionMapping(functionMapping, "Insert", stateEntry.Source, "EntityType", entityType.Name); 210EntityUtil.ValidateNecessaryModificationFunctionMapping(functionMapping, "Delete", stateEntry.Source, "EntityType", entityType.Name); 215EntityUtil.ValidateNecessaryModificationFunctionMapping(functionMapping, "Update", stateEntry.Source, "EntityType", entityType.Name); 247string entitySetName = stateEntry.Source.EntitySet.Name; 314stateEntry.Source, "AssociationSet", m_mapping.AssociationSet.Name); 318FunctionUpdateCommand command = new FunctionUpdateCommand(functionMapping, translator, new [] { stateEntry.Source }.ToList().AsReadOnly(), stateEntry);