Implemented interface member:
property
MaxObjectCountOnInsert
System.Data.Services.IDataServiceConfiguration.MaxObjectCountOnInsert
4 references to MaxObjectCountOnInsert
System.Data.Services (4)
System\Data\Services\Serializers\Deserializer.cs (4)
771Debug.Assert(value <= this.Service.Configuration.MaxObjectCountOnInsert, "On initialize, the value should be less than max object count"); 989Debug.Assert(this.objectCount <= this.Service.Configuration.MaxObjectCountOnInsert, "The object count should never exceed the limit"); 995if (this.objectCount > this.Service.Configuration.MaxObjectCountOnInsert) 997throw new DataServiceException(413, Strings.BadRequest_ExceedsMaxObjectCountOnInsert(this.Service.Configuration.MaxObjectCountOnInsert));