8 references to AppendOnly
System.Data.Services.Client (8)
System\Data\Services\Client\AtomMaterializerLog.cs (1)
323
if (this.mergeOption == MergeOption.
AppendOnly
)
System\Data\Services\Client\DataServiceContext.cs (6)
179
this.mergeOption = MergeOption.
AppendOnly
;
1606
entity = (TEntity)this.TryGetEntity(Util.ReferenceIdentity(CommonUtil.UriToString(identity)), null, MergeOption.
AppendOnly
, out state);
1791
case MergeOption.
AppendOnly
:
1820
else if (!((MergeOption.
AppendOnly
== linkMerge) ||
2119
if ((null != etag) && (MergeOption.
AppendOnly
!= merger))
3422
(MergeOption.
AppendOnly
== linkMerge) ||
System\Data\Services\Client\Util.cs (1)
205
case MergeOption.
AppendOnly
: