Send feedback on this topic.
Teradata.Client.Provider
Depth Property



Teradata.Client.Provider Namespace > TdDataReader 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
'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
ExceptionDescription
The TdDataReader is closed.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdDataReader Class
TdDataReader Members