Implemented interface member:
property
MaxExpandDepth
System.Data.Services.IDataServiceConfiguration.MaxExpandDepth
2 references to MaxExpandDepth
System.Data.Services (2)
System\Data\Services\DataService.cs (2)
206if (this.configuration.MaxExpandDepth < actualExpandDepth) 208throw DataServiceException.CreateBadRequestError(Strings.DataService_ExpandDepthExceeded(actualExpandDepth, this.configuration.MaxExpandDepth));