1 write to QueryLink
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
619
targetEntry.
QueryLink
= this.ConvertHRefAttributeValueIntoURI(href);
3 references to QueryLink
System.Data.Services.Client (3)
System\Data\Services\Client\AtomMaterializerLog.cs (2)
116
EntityDescriptor descriptor = new EntityDescriptor(entity.Key, entry.
QueryLink
, entry.EditLink, entry.ResolvedObject, null, null, null, entry.ETagText, EntityStates.Unchanged);
239
this.context.AttachIdentity(entry.Identity, entry.
QueryLink
, entry.EditLink, entry.ResolvedObject, entry.ETagText);
System\Data\Services\Client\AtomParser.cs (1)
610
else if (relation == XmlConstants.AtomSelfRelationAttributeValue && targetEntry.
QueryLink
== null)