ResultSet object properties
The following list summarizes the ResultSet object properties:
- Property name
- Description
- MaxMultiLineTextLength
- Sets or returns the current limit on length of data fetched from a multiline text field. The limit applies to short string fields as well as multiline text fields.
- MaxResultSetRows
- Sets or returns the soft limit on the number of records to be included in the result set when a query is run.
- RecordCount
- Returns the record count (the number of rows) of the result set.