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)
771
Debug.Assert(value <= this.Service.Configuration.
MaxObjectCountOnInsert
, "On initialize, the value should be less than max object count");
989
Debug.Assert(this.objectCount <= this.Service.Configuration.
MaxObjectCountOnInsert
, "The object count should never exceed the limit");
995
if (this.objectCount > this.Service.Configuration.
MaxObjectCountOnInsert
)
997
throw new DataServiceException(413, Strings.BadRequest_ExceedsMaxObjectCountOnInsert(this.Service.Configuration.
MaxObjectCountOnInsert
));