Returns or sets the maximum number of records that can be retrieved from the data source.
Syntax
object.MaxRecords [=number]
The MaxRecords property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an item in the Applies To list. |
number | Integer. A numeric expression that specifies the number of records that can be retrieved from the data source. |
Remarks
This property corresponds to the ADO Recordset MaxRecords property.