DataTableReader.Depth Propriété

Définition

Profondeur d'imbrication de la ligne en cours du DataTableReader.

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

Valeur de propriété

Profondeur d'imbrication de la ligne en cours ; toujours zéro.

Remarques

DataTableReader ne prend pas en charge l’imbrication. La Depth propriété retourne toujours zéro.

S’applique à