IDataReader.Depth 屬性

定義

取得值,表示目前資料列的巢狀深度。

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

屬性值

巢狀層級。

備註

最外層的資料表深度為零。

適用於