DataServiceConfiguration.MaxResultsPerCollection 属性
定义
获取或设置每个返回集合中的最大项数。Get or sets the maximum number of items in each returned collection.
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
属性值
最大项数。The maximum number of items.
实现
注解
此最大值也适用于嵌套集合。This maximum value also applies to nested collections.