1 write to mergeOption
System.Data.Services.Client (1)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
72this.mergeOption = mergeOption;
9 references to mergeOption
System.Data.Services.Client (9)
System\Data\Services\Client\AtomMaterializerLog.cs (9)
87return this.mergeOption != MergeOption.NoTracking; 100this.mergeOption != MergeOption.OverwriteChanges || this.foundEntriesWithMedia.Count == 0, 129this.context.TryGetEntity(entity.Key, entry.ETagText, this.mergeOption, out state); 154this.context.AttachLink(link.Source, link.SourceProperty, link.Target, this.mergeOption); 161if (MergeOption.PreserveChanges == this.mergeOption) 177this.context.AttachLink(link.Source, link.SourceProperty, target, this.mergeOption); 207if (this.mergeOption == MergeOption.OverwriteChanges) 267this.context.TryGetEntity(entry.Identity, entry.ETagText, this.mergeOption, out state); 323if (this.mergeOption == MergeOption.AppendOnly)