SqlDataReader.Depth Propiedad

Definición

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

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

Valor de propiedad

Profundidad de anidamiento de la fila actual.

Implementaciones

Comentarios

La tabla más externa tiene una profundidad de cero. El proveedor de datos de .NET Framework para SQL Server no admite el anidamiento y siempre devuelve cero.

Se aplica a

Consulte también