DB2®DataReader.Depth Property

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

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public ReadOnly Property Depth As Integer
[C#]
public int Depth {get;}
[C++]
public: __property int get_Depth();
[JScript]
public function get Depth() : int;

Property value

The depth of nesting for the current row.

Remarks

The outermost table has a depth of zero.