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

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