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