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

In This Topic
    Depth Property (C1ODataDataReader)
    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