2 writes to maxResultsPerCollection
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
147
this.
maxResultsPerCollection
= Int32.MaxValue;
224
this.
maxResultsPerCollection
= this.CheckNonNegativeProperty(value, "MaxResultsPerCollection");
1 reference to maxResultsPerCollection
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
214
return this.
maxResultsPerCollection
;