2 references to ConvertStateEntryToPropagatorResult
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\RecordConverter.cs (2)
56
return
ConvertStateEntryToPropagatorResult
(stateEntry, useCurrentValues: false, modifiedPropertiesBehavior: modifiedPropertiesBehavior);
71
return
ConvertStateEntryToPropagatorResult
(stateEntry, useCurrentValues: true, modifiedPropertiesBehavior: modifiedPropertiesBehavior);