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