DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceDataReader Class / HasRows Property

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