| numrows [optional]
| An integer representing the number of records to retrieve. Default value is
total number of rows in the dynaset.
|
| start [optional]
| An Integer representing the starting position of the dynaset from which the
GetRows operation should begin. Default value is current position of the dynaset.
|
| fields [optional]
| A Variant representing a single field name or fields position or an array of
field names or array of field position numbers. GetRows returns only the data in
these fields.
|