Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataReader.Depth Property

Gets the depth of nesting for the current row.

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

Property Value

The depth of nesting for the current row.

Implements

IDataReader.Depth

Remarks

The outermost table has a depth of zero. The Firebird .NET Data Provider does not support nesting and always returns zero.

See Also

FbDataReader Class | FirebirdSql.Data.Firebird Namespace