EntityDataReader.Depth Propiedad

Definición

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

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

Valor de propiedad

Profundidad de anidamiento de la fila actual.

Comentarios

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

Se aplica a