IDataReader.Depth Property

Definition

Gets a value indicating the depth of nesting for the current row.

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

Property Value

The level of nesting.

Remarks

The outermost table has a depth of zero.

Applies to