Indicates the maximum number of records to return to a result set from a search.Use the MaxRecords property to limit the number of records the provider returns. The
MaxRecords property is read/write when the result set is closed and read-only when it is open. Note that this field must be exposed on all servers, but the server's use of the setting of
it is optional. In certain ADO and/or database query engines, the ability to limit the maximum
records is either difficult or time-consuming and may be detrimental to performance.
Therefore, the server may opt to ignore the MaxRecords value.The default setting of this property is zero, which means the server returns all requested
records. |