EntityDataReader.Depth 属性
定义
获取一个值,该值指示当前行的嵌套深度。Gets a value indicating the depth of nesting for the current row.
public:
virtual property int Depth { int get(); };
public override int Depth { get; }
member this.Depth : int
Public Overrides ReadOnly Property Depth As Integer
属性值
当前行的嵌套深度。The depth of nesting for the current row.
注解
最外面的表的深度为零。The outermost table has a depth of zero.