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