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