Gets a value indicating the depth of nesting for the current row.
[Visual Basic] Public Property ReadOnly Depth As Integer _ Implements IDataReader.Depth [C#] public int Depth { get; } [C++] public: __property int get_Depth(); [JScript] public function get Depth() : int
The depth of nesting for the current row. The outermost table has a depth of zero.
MimerDataReader Class | Mimer.Data.Client Namespace