IDataReader.Depth Propiedad

Definición

Obtiene un valor que indica la profundidad de anidamiento de la fila actual.

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

Valor de propiedad

El nivel de anidamiento.

Comentarios

La tabla más externa tiene una profundidad de cero.

Se aplica a