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