OracleDataReader.Depth Propiedad

Definición

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

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

Valor de propiedad

Int32

Profundidad de anidamiento de la fila actual.

Implementaciones

Comentarios

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

Se aplica a