EntityDataReader.Depth 屬性

定義

會獲得當前列巢狀深度的值。

public:
 virtual property int Depth { int get(); };
public override int Depth { get; }
member this.Depth : int
Public Overrides ReadOnly Property Depth As Integer

屬性值

這是目前這排巢穴的深度。

備註

最外層的表格深度為零。

適用於