10 references to ValueOnly
System.Data.Services (10)
System\Data\Services\RequestDescription.cs (2)
451
return description.IsSingleResult && description.CountOption != RequestQueryCountOption.
ValueOnly
&& (description.RootProjectionNode == null || !description.RootProjectionNode.ExpansionsSpecified) && !description.LinkUri;
567
if (this.LinkUri || this.CountOption == RequestQueryCountOption.
ValueOnly
)
System\Data\Services\RequestQueryProcessor.cs (6)
108
(description.CountOption == RequestQueryCountOption.
ValueOnly
);
111
description.CountOption == RequestQueryCountOption.
ValueOnly
;
120
(description.CountOption != RequestQueryCountOption.
ValueOnly
) &&
763
if (this.description.CountOption == RequestQueryCountOption.
ValueOnly
)
992
if (this.description.CountOption == RequestQueryCountOption.
ValueOnly
)
1133
else if (this.description.CountOption == RequestQueryCountOption.
ValueOnly
)
System\Data\Services\RequestUriProcessor.cs (2)
138
RequestQueryCountOption.
ValueOnly
:
154
CountOption = lastSegment.Identifier == XmlConstants.UriCountSegment ? RequestQueryCountOption.
ValueOnly
: RequestQueryCountOption.None