DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / Depth Property

In This Topic
    Depth Property (C1DataReader)
    In This Topic
    Gets the depth of nesting for the current row.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Depth As Integer
    public override int Depth {get;}
    See Also