OdbcDataReader.Depth Propriété

Définition

Obtient une valeur qui indique la profondeur d’imbrication de la ligne active.

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

Valeur de propriété

Profondeur de l’imbrication de la ligne active.

Implémente

Remarques

La table la plus externe a une profondeur de zéro.

S’applique à

Voir aussi