DataServiceConfiguration.MaxExpandDepth 属性

定义

获取或设置单个请求中可包含在 $expand 路径中的相关实体的最大数目。

public:
 property int MaxExpandDepth { int get(); void set(int value); };
public int MaxExpandDepth { get; set; }
member this.MaxExpandDepth : int with get, set
Public Property MaxExpandDepth As Integer

属性值

路径的最大深度 $expand

实现

适用于

另请参阅