共用方式為


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

屬性值

項目數目上限。

實作

備註

此最大值也適用於巢狀集合。

適用於

另請參閱