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