|
|
|
|
|
PROPERTY: |
|
|
|
maxRows |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
Indicates the maximum number of rows to return to a ADORowset from a data source.
This is the equivalent of the ADO MaxRecords property.
Here is the link from Microsofts ADO site on this property .. http://msdn.microsoft.com/en-US/library/ee252537(v=bts.10).aspx
|
||
|
|
|
|
|
PROPERTY OF: |
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
DEFAULT VALUE: |
|
|
|
0 |
|
|
|
|
|
|
|
DESCRIPTION: |
|
|
|
Use the maxRows property to limit the number of rows that the provider returns from the a data source. |
||
|
The default setting of this property is 0, which means the provider returns all requested rows. |
||
|
|
||
|
The maxRows property is read/write when the data object is closed and read-only when it is open. |
||
|
|
||
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|