Mimer Data Provider

MimerDataReader.Depth Property

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

Property Value

The depth of nesting for the current row. The outermost table has a depth of zero.

Implements

IDataReader.Depth

See Also

MimerDataReader Class | Mimer.Data.Client Namespace