IDataReader.Depth 属性

定义

获取一个值,该值指示当前行的嵌套深度。

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

属性值

嵌套的级别。

注解

最外面的表的深度为零。

适用于