2 writes to maxBatchCount
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
143
this.
maxBatchCount
= Int32.MaxValue;
185
set { this.
maxBatchCount
= this.CheckNonNegativeProperty(value, "MaxBatchCount"); }
1 reference to maxBatchCount
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
184
get { return this.
maxBatchCount
; }