SqlDataReader.Depth Propriedade

Definição

Obtém um valor que indica a profundidade de aninhamento para a linha atual.

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 Propriedade

A profundidade de nidificação da fileira atual.

Implementações

Observações

A tabela mais externa tem uma profundidade zero. O .NET Framework Data Provider para SQL Server não suporta aninhamento e retorna sempre zero.

Aplica-se a

Ver também