DataConnector | ComponentOne
C1.AdoNet.Kintone Assembly / C1.DataConnector.AdoNet Namespace / C1DataReader Class / HasRows Property

In This Topic
    HasRows Property (C1DataReader)
    In This Topic
    Gets a value that indicates whether this C1DataReader contains one or more rows.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property HasRows As Boolean
    public override bool HasRows {get;}
    See Also