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