2 writes to maxObjectCountOnInsert
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
148
this.
maxObjectCountOnInsert
= Int32.MaxValue;
232
set { this.
maxObjectCountOnInsert
= this.CheckNonNegativeProperty(value, "MaxObjectCountOnInsert"); }
1 reference to maxObjectCountOnInsert
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
231
get { return this.
maxObjectCountOnInsert
; }