Implemented interface member:
property
MaxResultsPerCollection
System.Data.Services.IDataServiceConfiguration.MaxResultsPerCollection
4 references to MaxResultsPerCollection
System.Data.Services (4)
System\Data\Services\DataServiceConfiguration.cs (1)
387
if (this.
MaxResultsPerCollection
!= Int32.MaxValue)
System\Data\Services\RequestQueryProcessor.cs (1)
491
segments.Add(new ExpandSegment(property.Name, filter, this.service.Configuration.
MaxResultsPerCollection
, resourceSet, property, null));
System\Data\Services\Serializers\Serializer.cs (2)
476
int max = this.service.Configuration.
MaxResultsPerCollection
;
1061
if (this.service.Configuration.
MaxResultsPerCollection
!= Int32.MaxValue ||