Row.NestingLevel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the nesting level of the specified row.
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.