Column.NestingLevel Property

Definition

Returns the nesting level of the specified column.

public:
 property int NestingLevel { int get(); };
public int NestingLevel { get; }
member this.NestingLevel : int
Public ReadOnly Property NestingLevel As Integer

Property Value

Remarks

The outermost table has a nesting level of 1. The nesting level of each successively nested table is one higher than the previous table.

Applies to