OdbcDataReader.Depth Właściwość

Definicja

Pobiera wartość wskazującą głębokość zagnieżdżania dla bieżącego wiersza.

public:
 virtual property int Depth { int get(); };
public:
 property int Depth { int get(); };
public override int Depth { get; }
public int Depth { get; }
member this.Depth : int
Public Overrides ReadOnly Property Depth As Integer
Public ReadOnly Property Depth As Integer

Wartość właściwości

Głębokość zagnieżdżania bieżącego wiersza.

Implementuje

Uwagi

Najbardziej zewnętrzna tabela ma głębokość zera.

Dotyczy

Zobacz też