DataConnector | ComponentOne
C1.AdoNet.Magento Assembly / C1.AdoNet.Magento Namespace / C1MagentoDataReader Class / HasRows Property

In This Topic
    HasRows Property (C1MagentoDataReader)
    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