Mimer SQL Data Provider
Depth Property




Mimer.Data.Client Namespace > MimerDataReader Class : Depth Property
Gets a value indicating the depth of nesting for the current row.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Depth As Integer
public override int Depth {get;}
public read-only property Depth: Integer; override; 
public override function get Depth : int
public: __property int get_Depth() override;

Property Value

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

.NET Framework
Version 2.0 or later

See Also

Reference

MimerDataReader Class
MimerDataReader Members