共用方式為


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

屬性值

相關實體數目上限。

實作

適用於

另請參閱