共用方式為


DataServiceConfiguration.MaxExpandDepth 屬性

定義

取得或設定在單一要求中,可包含在 $expand 路徑中的最大相關實體數目。

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

屬性值

$expand 路徑的最大深度。

實作

適用於

另請參閱