5 references to HttpQueryStringTop
System.Data.Services (5)
System\Data\Services\HttpContextServiceHost.cs (1)
493
name != XmlConstants.
HttpQueryStringTop
&&
System\Data\Services\RequestQueryProcessor.cs (2)
184
!String.IsNullOrEmpty(host.GetQueryStringItem(XmlConstants.
HttpQueryStringTop
)))) ||
1325
if (this.ReadSkipOrTopArgument(XmlConstants.
HttpQueryStringTop
, out count))
System\Data\Services\Serializers\Serializer.cs (2)
892
queryParametersBuilder.Append(XmlConstants.
HttpQueryStringTop
).Append('=').Append(remainingResults);
1100
String topQueryItem = this.service.OperationContext.Host.GetQueryStringItem(XmlConstants.
HttpQueryStringTop
);