SqlDataReader.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 dla bieżącego wiersza.

Implementuje

Uwagi

Najbardziej zewnętrzna tabela ma głębokość zera. Dostawca danych .NET Framework dla SQL Server nie obsługuje zagnieżdżania i zawsze zwraca zero.

Dotyczy

Zobacz też