Share via


DataServiceConfiguration.MaxExpandCount 属性

定义

获取或设置可使用 $expand 运算符在单个请求中包括的最大相关实体数。

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

属性值

最大相关实体数。

实现

适用于

另请参阅