OdbcDataReader.Depth Proprietà

Definizione

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

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

Valore della proprietà

Profondità dell'annidamento per la riga corrente.

Implementazioni

Commenti

La tabella più esterna ha una profondità pari a zero.

Si applica a

Vedi anche