Npgsql API Docs

NpgsqlDataReader.Depth Property

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

[Visual Basic]
NotOverridable Public ReadOnly Property Depth As Integer _
    Implements IDataReader.Depth
[C#]
public int Depth {get;}

Implements

IDataReader.Depth

Remarks

Missing <remarks> documentation for P:Npgsql.NpgsqlDataReader.Depth

See Also

NpgsqlDataReader Class | Npgsql Namespace