Share via


DataServiceConfiguration.MaxResultsPerCollection 属性

定义

获取或设置每个返回集合中的最大项数。

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

属性值

最大项数。

实现

注解

此最大值也适用于嵌套集合。

适用于

另请参阅