8 references to IsStandardPaged
System.Data.Services (8)
System\Data\Services\RequestQueryProcessor.cs (8)
782
if (this.
IsStandardPaged
)
1036
this.topLevelOrderingInfo = new OrderingInfo(this.
IsStandardPaged
);
1041
if (this.
IsStandardPaged
|| this.topCount.HasValue || this.skipCount.HasValue)
1094
if (this.
IsStandardPaged
)
1173
if (this.
IsStandardPaged
&& this.description.SkipTokenProperties == null)
1320
if (this.
IsStandardPaged
)
1328
if (this.
IsStandardPaged
&& pageSize < this.topCount.Value)
1336
else if (this.
IsStandardPaged
)