DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.AdoNet.Json Namespace / C1JsonDataReader Class / Depth Property

In This Topic
    Depth Property (C1JsonDataReader)
    In This Topic
    Gets a value indicating the depth of nesting for the current row.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Depth As Integer
    public virtual int Depth {get;}
    See Also