DataTableReader.Depth Propiedad

Definición

Profundidad del anidamiento para la fila actual del objeto DataTableReader.

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 del anidamiento para la fila actual, siempre es cero.

Comentarios

DataTableReader no admite el anidamiento. La Depth propiedad siempre devuelve cero.

Se aplica a