Implemented interface member:
property
MaxBatchCount
System.Data.Services.IDataServiceConfiguration.MaxBatchCount
2 references to MaxBatchCount
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
2693
if (this.batchElementCount > this.dataService.Configuration.
MaxBatchCount
)
2696
throw new DataServiceException(400, Strings.DataService_BatchExceedMaxBatchCount(this.dataService.Configuration.
MaxBatchCount
));