DbDataReader.Depth Property

Definition

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

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

Property Value

The depth of nesting for the current row.

Implements

Remarks

The outermost table has a depth of zero.

Applies to

See also