4 references to AttachLink
System.Data.Services.Client (4)
System\Data\Services\Client\AtomMaterializerLog.cs (2)
154
this.context.
AttachLink
(link.Source, link.SourceProperty, link.Target, this.mergeOption);
177
this.context.
AttachLink
(link.Source, link.SourceProperty, target, this.mergeOption);
System\Data\Services\Client\DataServiceContext.cs (2)
1248
this.
AttachLink
(source, sourceProperty, target, MergeOption.NoTracking);
3916
context.
AttachLink
(this.entity, this.propertyName, child, materializer.MergeOptionValue);