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