SqliteDataReader.Depth Property

Definition

Gets the depth of nesting for the current row. Always zero.

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

Property Value

The depth of nesting for the current row.

Applies to