Npgsql API Documentation

NpgsqlDataReader.Depth Property

[This is preliminary documentation and subject to change.]

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

See Also

NpgsqlDataReader Class | Npgsql Namespace