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

属性值

相关实体的最大数目。

实现

适用于

另请参阅