SqlDataReader.Depth Proprietà

Definizione

Ottiene un valore che indica la profondità dell'annidamento per la riga corrente.

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

Valore della proprietà

Livello di annidamento della riga corrente.

Implementazioni

Commenti

La tabella più esterna è di livello zero. Il provider di dati .NET Framework per SQL Server non supporta l'annidamento e restituisce sempre zero.

Si applica a

Vedi anche