2 writes to maxExpandDepth
System.Data.Services (2)
System\Data\Services\DataServiceConfiguration.cs (2)
146
this.
maxExpandDepth
= Int32.MaxValue;
206
set { this.
maxExpandDepth
= this.CheckNonNegativeProperty(value, "MaxExpandDepth"); }
1 reference to maxExpandDepth
System.Data.Services (1)
System\Data\Services\DataServiceConfiguration.cs (1)
205
get { return this.
maxExpandDepth
; }