ResultSet object properties

The following list summarizes the ResultSet object properties:

Nom de propriété
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.
NombreEnregistrements
Returns the record count (the number of rows) of the result set.

Feedback