Implemented interface member:
property
MaxExpandCount
System.Data.Services.IDataServiceConfiguration.MaxExpandCount
2 references to MaxExpandCount
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
211if (this.configuration.MaxExpandCount < actualExpandCount) 213throw DataServiceException.CreateBadRequestError(Strings.DataService_ExpandCountExceeded(actualExpandCount, this.configuration.MaxExpandCount));