DataConnector | ComponentOne
C1.AdoNet.ServiceNow Assembly / C1.AdoNet.ServiceNow Namespace / C1ServiceNowDataReader Class / HasRows Property

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