IDataReader.Depth プロパティ

定義

現在の行の入れ子の深さを示す値を取得します。

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

プロパティ値

入れ子のレベル。

注釈

最も外側のテーブルは深さ 0 です。

適用対象