Gets a value indicating the depth of nesting for the current row.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property Depth As Integer
'Usage
Dim instance As TdDataReader
Dim value As Integer
value = instance.Depth
public override int Depth {get;}
public:
property int Depth {
int get() override;
}
Property Value
It always returns zero.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also