DataConnector | ComponentOne
C1.AdoNet.CSV Assembly / C1.AdoNet.CSV Namespace / C1CSVDataReader Class / HasRows Property

In This Topic
    HasRows Property (C1CSVDataReader)
    In This Topic
    Gets a boolean for whether this C1.DataConnector.AdoNet.C1DataReader is empty of rows or not/false. one or more rows.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HasRows As Boolean
    public virtual bool HasRows {get;}
    See Also